diff options
| author | Paul Buetow <paul@buetow.org> | 2024-06-15 10:37:53 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-06-15 10:37:53 +0300 |
| commit | 0a4fd9b0b8bcd91e008e905e21de9d87953e3022 (patch) | |
| tree | 56d1e281a13760607de2b02eca3720d553274743 /examples | |
| parent | dad73343d8d0d2fe0f69d3749ba2ac853e6e464c (diff) | |
add example config file for gosd
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" +} |
