AppFlowy/backend/configuration/base.yaml

10 lines
156 B
YAML
Raw Normal View History

2021-08-21 14:02:05 +00:00
application:
port: 8000
host: 0.0.0.0
database:
host: "localhost"
port: 5433
username: "postgres"
password: "password"
database_name: "flowy"