firefish/.config/devenv.yml

21 lines
244 B
YAML
Raw Normal View History

url: http://localhost:3030
port: 3030
db:
host: firefish_db
2024-03-04 04:06:05 +00:00
port: 5432
db: firefish_db
2023-07-02 22:18:30 +00:00
user: firefish
pass: password
redis:
host: firefish_redis
2024-03-04 04:06:05 +00:00
port: 6379
2024-03-05 15:46:47 +00:00
#allowedPrivateNetworks: [
# '10.69.1.0/24'
#]
maxLogLevel: 'debug'