From 36fffd23829c9d7986b14a5d85bec7905a4e8ad1 Mon Sep 17 00:00:00 2001 From: Mathieu Cantin <41298167+mathcantin@users.noreply.github.com> Date: Mon, 29 Oct 2018 14:21:29 -0400 Subject: [PATCH] Fix demo config COOKIE_SECRET was renamed SECRET --- example/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/docker-compose.yml b/example/docker-compose.yml index 9f610d1..e5eb84d 100644 --- a/example/docker-compose.yml +++ b/example/docker-compose.yml @@ -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: