2024-06-20 03:19:20 +09:00
|
|
|
url: http://localhost:3030
|
|
|
|
port: 3030
|
2024-06-20 02:07:34 +09:00
|
|
|
|
|
|
|
db:
|
|
|
|
host: localhost
|
2024-06-20 03:19:20 +09:00
|
|
|
port: 25432
|
2024-06-20 02:07:34 +09:00
|
|
|
|
2024-06-20 03:19:20 +09:00
|
|
|
db: firefish_db
|
2024-06-20 02:07:34 +09:00
|
|
|
user: firefish
|
|
|
|
pass: password
|
|
|
|
|
|
|
|
redis:
|
|
|
|
host: localhost
|
2024-06-20 03:19:20 +09:00
|
|
|
port: 26379
|
2024-06-20 02:07:34 +09:00
|
|
|
|
2024-06-20 03:19:20 +09:00
|
|
|
maxLogLevel: 'debug'
|