16 lines
190 B
YAML
16 lines
190 B
YAML
url: http://localhost:3030
|
|
port: 3030
|
|
|
|
db:
|
|
host: localhost
|
|
port: 25432
|
|
|
|
db: firefish_db
|
|
user: firefish
|
|
pass: password
|
|
|
|
redis:
|
|
host: localhost
|
|
port: 26379
|
|
|
|
maxLogLevel: 'debug'
|