From 0fa7812104009e108b24c3f58a51e8be028c1a76 Mon Sep 17 00:00:00 2001 From: Patrick Jentsch Date: Mon, 26 Oct 2020 10:36:52 +0100 Subject: [PATCH] Add constants to config --- .env.tpl | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.env.tpl b/.env.tpl index ca0657d5..2440ef2e 100644 --- a/.env.tpl +++ b/.env.tpl @@ -173,3 +173,10 @@ NOPAQUE_CONTACT_EMAIL_ADRESS= # DEFAULT: 0 # Number of values to trust for X-Forwarded-Proto # NOPAQUE_NUM_PROXIES_X_PROTO= + + +################################################################################ +# Constants # +# DO NOT CHANGE ANYTHING BELOW # +################################################################################ +FLASK_APP=nopaque.py