From 77da9b0a0576b91083b310147be07a56452d3c48 Mon Sep 17 00:00:00 2001 From: jonasled <jonas@jonasled.de> Date: Fri, 8 Nov 2019 12:42:27 +0100 Subject: [PATCH] changed to production variables --- docker-compose-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose-test.yml b/docker-compose-test.yml index 4a2c0c0..134de0b 100644 --- a/docker-compose-test.yml +++ b/docker-compose-test.yml @@ -9,8 +9,8 @@ services: - "5000:5000" environment: - domains= #List of domains (with port if not 80/443) seperated with ";" - - show_build_date=1 #Disable this, if you don't want to see the builddate - - production=0 #Enable this, if you want to run the server in production + - show_build_date=0 #Disable this, if you don't want to see the builddate + - production=1 #Enable this, if you want to run the server in production - url_scheme=https #If you use a reverse Proxy with https set this to https - recaptcha_private= #Please enter here your private Key for google recaptcha - recaptcha_public= #Please enter here your public Key for google recaptcha -- GitLab