13 lines
177 B
YAML
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
|