chat.go/config.sample.yml

11 lines
335 B
YAML
Raw Permalink Normal View History

2018-08-02 08:13:56 +00:00
addr: 127.0.0.1
2018-07-29 22:58:15 +00:00
port: 4080
root_path: ./public
2018-07-29 22:58:15 +00:00
mailer:
2018-07-30 05:18:19 +00:00
service: 'mailgun'
url: 'https://api.mailgun.net/v3/example.com/messages'
2018-07-29 22:58:15 +00:00
api_key: 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'
2018-07-30 05:18:19 +00:00
# Public Key at https://app.mailgun.com/app/account/security
api_public_key: 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'
2018-07-29 22:58:15 +00:00
from: 'mailer@example.com'