firefish/.config/devenv.yml

21 lines
244 B
YAML
Raw Permalink 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
2024-03-05 16:46:47 +01:00
#allowedPrivateNetworks: [
# '10.69.1.0/24'
#]
maxLogLevel: 'debug'