comfycamp/config.default.toml

11 lines
205 B
TOML
Raw Permalink Normal View History

url = "http://localhost:4000"
port = 4000
uploads_dir = "uploads"
[database]
url = "postgres://comfycamp:simple-password@localhost/comfycamp"
max_connections = 5
[openid]
scopes = "openid email profile"