AppFlowy/backend/configuration/base.example.yaml
2021-11-25 19:20:03 +08:00

10 lines
156 B
YAML

application:
port: 8000
host: 0.0.0.0
database:
host: "localhost"
port: 5433
username: "postgres"
password: "password"
database_name: "flowy"