mirror of
https://github.com/funkypenguin/geek-cookbook/
synced 2025-12-13 09:46:23 +00:00
Fix cookie_domain env (#64)
This commit is contained in:
@@ -43,7 +43,7 @@ CLIENT_SECRET=<your keycloak client secret>
|
|||||||
OIDC_ISSUER=https://<your keycloak URL>/auth/realms/master
|
OIDC_ISSUER=https://<your keycloak URL>/auth/realms/master
|
||||||
SECRET=<a random string to secure your cookie>
|
SECRET=<a random string to secure your cookie>
|
||||||
AUTH_HOST=<the FQDN to use for your auth host>
|
AUTH_HOST=<the FQDN to use for your auth host>
|
||||||
COOKIE_DOMAINS=<the root FQDN of your domain>
|
COOKIE_DOMAIN=<the root FQDN of your domain>
|
||||||
```
|
```
|
||||||
|
|
||||||
### Prepare the docker service config
|
### Prepare the docker service config
|
||||||
|
|||||||
Reference in New Issue
Block a user