10 lines
181 B
TOML
10 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"
|