2024-05-06 09:57:54 +02:00
|
|
|
url: http://localhost:3000
|
2022-12-13 23:32:28 +01:00
|
|
|
port: 3000
|
|
|
|
db:
|
2023-07-30 03:19:33 +02:00
|
|
|
host: postgres
|
2022-12-13 23:32:28 +01:00
|
|
|
port: 5432
|
2024-05-06 09:57:54 +02:00
|
|
|
db: firefish_db
|
|
|
|
user: firefish
|
|
|
|
pass: password
|
2022-12-13 23:32:28 +01:00
|
|
|
redis:
|
2022-12-14 00:11:09 +01:00
|
|
|
host: redis
|
2022-12-13 23:32:28 +01:00
|
|
|
port: 6379
|