Fix demo config
COOKIE_SECRET was renamed SECRET
This commit is contained in:
parent
b014c5638a
commit
36fffd2382
@ -27,7 +27,7 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- CLIENT_ID=your-client-id
|
- CLIENT_ID=your-client-id
|
||||||
- CLIENT_SECRET=your-client-secret
|
- CLIENT_SECRET=your-client-secret
|
||||||
- COOKIE_SECRET=something-random
|
- SECRET=something-random
|
||||||
- COOKIE_SECURE=false
|
- COOKIE_SECURE=false
|
||||||
- DOMAIN=yourcompany.com
|
- DOMAIN=yourcompany.com
|
||||||
networks:
|
networks:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user