Ivan Reshetnikov
4f8f045d52
Store list of services in the database. Add service covers. Still needs some work. Authorization probably should be implemented in middleware.
10 lines
205 B
TOML
10 lines
205 B
TOML
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"
|