add default config file
This commit is contained in:
parent
0b636319b3
commit
49a0876051
13
config/config.yml
Normal file
13
config/config.yml
Normal 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: ''
|
Loading…
Reference in New Issue
Block a user