mirror of
https://github.com/makayabou/asg-server.git
synced 2026-05-02 17:43:36 +02:00
14 lines
206 B
YAML
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
|