habbgo/config.yml

12 lines
171 B
YAML
Raw Normal View History

2021-09-06 02:19:02 +00:00
server:
host: 127.0.0.1
port: 11235
maxconns: 2
debug: true
db:
2021-09-09 02:14:06 +00:00
user: "root"
2021-09-09 03:40:28 +00:00
password: "mariadbthinkpad123!"
2021-09-09 02:14:06 +00:00
host: "127.0.0.1"
port: 3306
name: "habbgo"