printnatura/config.yml

17 lines
270 B
YAML

debug: true
db:
host: localhost
port: 3306
user: user
password: password
database: schema
salix:
url: http://localhost:3000
user: user
password: password
methods:
login: method/login
logout: method/logout
reconnectTimeout: 30
refreshRate: 1000