comfycamp/config.default.toml
Ivan Reshetnikov b61bd503e6
Add users
New features:
- Configuration
- Postgresql, migrations
- OpenID Connect
- Sessions
2024-11-01 15:21:55 +05:00

9 lines
181 B
TOML

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