32 lines
674 B
YAML
32 lines
674 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: "postgres"
|
|
max_connections: 20
|
|
websocket:
|
|
heartbeat_interval: 6
|
|
client_timeout: 30
|
|
redis_uri: "redis://127.0.0.1:6379"
|
|
gotrue:
|
|
base_url: "http://127.0.0.1:9999"
|
|
ext_url: "http://127.0.0.1:9999"
|
|
admin_email: admin@example.com
|
|
admin_password: password
|
|
s3:
|
|
use_minio: true
|
|
minio_url: http://localhost:9000
|
|
access_key: minioadmin
|
|
secret_key: minioadmin
|
|
bucket: appflowy
|
|
region: us-east-1
|
|
casbin:
|
|
pool_size: 8
|