asg-server/configs/config.example.yml
Aleksandr Soloshenko 159523154a Initial commit
2022-10-06 09:12:01 +07:00

14 lines
206 B
YAML

http:
listen: 127.0.0.1:3000
prefork: false
proxies:
- "127.0.0.1"
- "localhost"
database:
host: localhost
port: 3306
user: root
password: root
database: notifications
debug: true