hippofish/.config/devenv.yml

34 lines
328 B
YAML
Raw Normal View History

url: http://localhost:3030
port: 3030
db:
host: db
port: 25432
db: firefish_db
2023-07-03 00:18:30 +02:00
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'
]