fix: add session_https_only to dev config and update README
This commit is contained in:
parent
4242f1a40f
commit
cedf2a65e2
4 changed files with 5 additions and 1 deletions
|
|
@ -22,7 +22,8 @@ RUN uv sync --frozen --no-install-project
|
|||
|
||||
# Source is bind-mounted at runtime via docker-compose
|
||||
ENV OIDC_OP_ISSUER=http://localhost:8000 \
|
||||
OIDC_OP_DEBUG=true
|
||||
OIDC_OP_DEBUG=true \
|
||||
OIDC_OP_SESSION_HTTPS_ONLY=false
|
||||
|
||||
EXPOSE 8000
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue