mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
10 lines
156 B
YAML
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"
|