add default config file

This commit is contained in:
Jay 2019-06-28 09:40:31 +00:00
parent 0b636319b3
commit 49a0876051
1 changed files with 13 additions and 0 deletions

13
config/config.yml Normal file
View File

@ -0,0 +1,13 @@
port: 10230
database:
dbname: ''
host: localhost
port: 26257
user: root
pass: ''
ssl_mode: require
ssl_ca: './ca.crt'
ssl_crt: './client.crt'
ssl_key: './client.key'
discord:
bot_token: ''