AppFlowy-Cloud/configuration/production.yaml

15 lines
277 B
YAML

application:
host: 0.0.0.0
tls_config: "no_tls"
database:
host: "postgres"
port: 5432
require_ssl: false
max_connections: 20
redis_uri: "redis://redis:6379"
gotrue:
base_url: "http://gotrue:9999"
ext_url: "http://gotrue:9999"
s3:
minio_url: http://minio:9000