AppFlowy/backend/configuration/base.example.yaml

10 lines
156 B
YAML
Raw Normal View History

2021-11-25 11:20:03 +00:00
application:
port: 8000
host: 0.0.0.0
database:
host: "localhost"
port: 5433
username: "postgres"
password: "password"
database_name: "flowy"