11 lines
158 B
YAML
11 lines
158 B
YAML
url: http://localhost:3000
|
|
port: 3000
|
|
db:
|
|
host: postgres
|
|
port: 5432
|
|
db: firefish_db
|
|
user: firefish
|
|
pass: password
|
|
redis:
|
|
host: redis
|
|
port: 6379
|