From 21cc50169a51451abcfb4fc581c75b5d9984b51c Mon Sep 17 00:00:00 2001 From: jonasled <jonas@jonasled.de> Date: Mon, 24 Feb 2020 16:16:03 +0100 Subject: [PATCH] edit cookie comment. --- docker-compose-build.yml | 2 +- docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose-build.yml b/docker-compose-build.yml index bccf272..d16e7e2 100644 --- a/docker-compose-build.yml +++ b/docker-compose-build.yml @@ -21,6 +21,6 @@ services: - GITHUB_CLIENT_SECRET= - GOOGLE_CLIENT_ID= - GOOGLE_CLIENT_SECRET= - - cookieNotice=1 #If you don't want to see the cookie notice set this to 0 + - cookieNotice=1 #If you don't want to see the cookie notice set this to 0. Cookies are only used for login. volumes: url_shorter_db: \ No newline at end of file diff --git a/docker-compose.yml b/docker-compose.yml index e0c0b2b..6b5913a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -21,7 +21,7 @@ services: - GITHUB_CLIENT_SECRET= - GOOGLE_CLIENT_ID= - GOOGLE_CLIENT_SECRET= - - cookieNotice=1 #If you don't want to see the cookie notice set this to 0 + - cookieNotice=1 #If you don't want to see the cookie notice set this to 0. Cookies are only used for login. volumes: url_shorter_db: \ No newline at end of file -- GitLab