|
application:
|
|
port: 8000
|
|
host: 0.0.0.0
|
|
server_key: "Should-Use-The-Custom-Server-Key"
|
|
tls_config: "self_signed"
|
|
database:
|
|
host: "localhost"
|
|
port: 5432
|
|
username: "postgres"
|
|
password: "password"
|
|
database_name: "appflowy_pg"
|
|
redis_uri: "redis://127.0.0.1:6379"
|