diff options
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/gos.json | 1 | ||||
| -rw-r--r-- | examples/gosd.json | 9 |
2 files changed, 10 insertions, 0 deletions
diff --git a/examples/gos.json b/examples/gos.json new file mode 100644 index 0000000..ffcd441 --- /dev/null +++ b/examples/gos.json @@ -0,0 +1 @@ +{ } 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" +} |
