PromucFlow_constructor/app/server/config.yml

13 lines
177 B
YAML

server:
host: 0.0.0.0
port: 8000
datastore:
dialect: postgres
host: localhost
port: 5432
user: postgres
password: root
schema: mobtools
maxOpenConnections: 5