printnatura/config.yml

17 lines
270 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-10 18:21:13 +00:00
methods:
login: method/login
logout: method/logout
2022-11-04 13:41:36 +00:00
reconnectTimeout: 30
refreshRate: 1000