asg-server/configs/config.example.yml
2024-01-04 23:57:53 +07:00

19 lines
391 B
YAML

http: # http server config
listen: 127.0.0.1:3000 # listen address
database: # database
dialect: mysql # database dialect
host: localhost # database host
port: 3306 # database port
user: root # database user
password: root # database password
database: sms # database name
debug: true
fcm:
credentials_json: >
{
...
}
tasks:
hashing:
interval_seconds: 15