diff options
Diffstat (limited to 'examples/gosd.json')
| -rw-r--r-- | examples/gosd.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/gosd.json b/examples/gosd.json new file mode 100644 index 0000000..7e9c422 --- /dev/null +++ b/examples/gosd.json @@ -0,0 +1,9 @@ +{ + "ListenAddr": "127.0.0.1:8080", + "Partner": "partner1,partner2", + "ApiKey": "", + "DataDir": "./data", + "EmailTo": "recipient@example.com", + "EmailFrom": "sender@example.com", + "SMTPServer": "smtp.example.com:587" +} |
