hippofish/.config/devenv.yml

29 lines
305 B
YAML
Raw Normal View History

url: http://localhost:3030
port: 3030
db:
host: firefish_db
2024-03-04 05:06:05 +01:00
port: 5432
db: firefish_db
2023-07-03 00:18:30 +02:00
user: firefish
pass: password
redis:
host: firefish_redis
2024-03-04 05:06:05 +01:00
port: 6379
id: 'aid'
2024-03-05 16:46:47 +01:00
#allowedPrivateNetworks: [
# '10.69.1.0/24'
#]
logLevel: [
'error',
'success',
'warning',
'debug',
'info'
]