Skip to content
Snippets Groups Projects
Commit 721d76a9 authored by Christian Pointner's avatar Christian Pointner
Browse files

deactivate auth in sample config

parent 73d57a2e
No related branches found
No related tags found
No related merge requests found
......@@ -29,16 +29,16 @@ importer:
normalizer: ffmpeg
### uncomment to enable authentication
auth:
sessions:
## defaults to 24h
max-age: 12h
oidc:
issuer-url: http://localhost:8000/openid
client-id: ${OIDC_CLIENT_ID}
client-secret: ${OIDC_CLIENT_SECRET}
callback-url: http://localhost:8080/auth/oidc/callback
login-timeout: 10m # defaults to 5 Minutes
# auth:
# sessions:
# ## defaults to 24h
# max-age: 12h
# oidc:
# issuer-url: http://localhost:8000/openid
# client-id: ${OIDC_CLIENT_ID}
# client-secret: ${OIDC_CLIENT_SECRET}
# callback-url: http://localhost:8080/auth/oidc/callback
# login-timeout: 10m # defaults to 5 Minutes
### uncomment to enable CORS headers
### see: https://godoc.org/github.com/rs/cors#Options
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment