AppFlowy-Cloud/configuration/base.yaml
Nathan.fooo 18e950a829
feat: ws connect (#3)
* chore: ws

* chore: build client stream

* feat: test ws connect

* ci: fix ci
2023-05-08 19:03:50 +08:00

13 lines
288 B
YAML

application:
port: 8000
host: 0.0.0.0
server_key: "Should-Use-The-Custom-Server-Key"
tls_config: "no_tls"
data_dir: "./data"
database:
host: "localhost"
port: 5432
username: "postgres"
password: "password"
database_name: "appflowy"
redis_uri: "redis://127.0.0.1:6379"