An example chat server in golang.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

10 lines
335 B

addr: 127.0.0.1
port: 4080
root_path: ./public
mailer:
service: 'mailgun'
url: 'https://api.mailgun.net/v3/example.com/messages'
api_key: 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'
# Public Key at https://app.mailgun.com/app/account/security
api_public_key: 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'
from: 'mailer@example.com'