9 lines
158 B
YAML
9 lines
158 B
YAML
http:
|
|
bind_address: 127.0.0.1
|
|
port: 3002
|
|
database:
|
|
type: postgresql
|
|
host: 127.0.0.1
|
|
user: postgres
|
|
password: mysecretpassword
|
|
database: postgres |