asg-server/configs/config.example.yml
2023-12-14 23:37:41 +07:00

22 lines
296 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: >
{
...
}
tasks:
hashing:
interval_seconds: 15