Skip to content
Snippets Groups Projects
Commit 77da9b0a authored by Jonas Leder's avatar Jonas Leder
Browse files

changed to production variables

parent 2fd44921
Branches
Tags
No related merge requests found
Pipeline #9 passed
...@@ -9,8 +9,8 @@ services: ...@@ -9,8 +9,8 @@ services:
- "5000:5000" - "5000:5000"
environment: environment:
- domains= #List of domains (with port if not 80/443) seperated with ";" - 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 - show_build_date=0 #Disable this, if you don't want to see the builddate
- production=0 #Enable this, if you want to run the server in production - 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 - 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_private= #Please enter here your private Key for google recaptcha
- recaptcha_public= #Please enter here your public Key for google recaptcha - recaptcha_public= #Please enter here your public Key for google recaptcha
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment