hippofish/.config/devenv.yml

33 lines
328 B
YAML

url: http://localhost:3000
port: 3000
db:
host: db
port: 25432
db: firefish_db
user: firefish
pass: password
redis:
host: redis
port: 26379
family: 4
id: 'aid'
reservedUsernames:
- root
- admin
- administrator
- me
- system
logLevel: [
'error',
'success',
'warning',
'debug',
'info'
]