asg-server/configs/config.example.yml
2023-11-01 23:07:24 +07:00

19 lines
253 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
fcm:
credentials_json: >
{
...
}