1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2025-12-13 01:36:23 +00:00

Fix cookie_domain env (#64)

This commit is contained in:
Sandro
2019-10-02 23:44:09 +02:00
committed by David Young
parent eb50041c32
commit efceda1f68

View File

@@ -43,7 +43,7 @@ CLIENT_SECRET=<your keycloak client secret>
OIDC_ISSUER=https://<your keycloak URL>/auth/realms/master
SECRET=<a random string to secure your cookie>
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