mirror of
https://github.com/AppFlowy-IO/AppFlowy
synced 2026-05-24 09:38:25 +00:00
9 lines
156 B
YAML
9 lines
156 B
YAML
application:
|
|
port: 8000
|
|
host: 0.0.0.0
|
|
database:
|
|
host: "localhost"
|
|
port: 5433
|
|
username: "postgres"
|
|
password: "password"
|
|
database_name: "flowy"
|