mirror of
https://github.com/makayabou/asg-server.git
synced 2026-05-02 17:43:36 +02:00
20 lines
407 B
YAML
20 lines
407 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
|
|
timezone: UTC
|
|
fcm:
|
|
credentials_json: >
|
|
{
|
|
...
|
|
}
|
|
tasks:
|
|
hashing:
|
|
interval_seconds: 15
|