An example chat server in golang.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

10 行
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'