printnatura/config.yml

14 lines
209 B
YAML
Raw Normal View History

2022-11-04 13:41:36 +00:00
debug: true
db:
2022-11-04 13:53:18 +00:00
host: localhost
port: 3306
user: user
password: password
database: schema
2022-11-04 13:41:36 +00:00
salix:
2022-11-04 13:53:18 +00:00
url: http://localhost:3000
user: user
password: password
2022-11-04 13:41:36 +00:00
reconnectTimeout: 30
refreshRate: 1000