diff options
| author | Grégoire Duchêne <gduchene@awhk.org> | 2021-07-04 17:20:50 +0100 |
|---|---|---|
| committer | Grégoire Duchêne <gduchene@awhk.org> | 2021-07-04 17:20:50 +0100 |
| commit | d95e8ce75cc193181fd8cf9272269fbfff911f66 (patch) | |
| tree | f25e86b4768050d39b932bfb9e42970cfc5936e4 /configs/example.yaml | |
| parent | 03f9f907ed21a9c56b229668b28571969d988a8c (diff) | |
Simplify project structure
Diffstat (limited to 'configs/example.yaml')
| -rw-r--r-- | configs/example.yaml | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/configs/example.yaml b/configs/example.yaml deleted file mode 100644 index 8da39e3..0000000 --- a/configs/example.yaml +++ /dev/null @@ -1,20 +0,0 @@ -message: - from: foo@example.com - to: bar@example.com - subject: New SMS From {{.From}} For {{.To}} - template: | - From: {{.From}} - To: {{.To}} - Date: {{.DateReceived.UTC}} - - {{.Message}} - -smtp: - hostname: example.com:465 - username: bar - password: some password - -twilio: - address: /run/fwdsms/socket - authToken: some token - endpoint: / |
