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