From e5607aff9085d26f5fb13e3ee18a5a5e2df0eb71 Mon Sep 17 00:00:00 2001 From: Christoph Schmatzler Date: Thu, 2 Sep 2021 16:08:06 +0200 Subject: [PATCH] Add TANDOOR_PORT to .env.template --- .env.template | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.env.template b/.env.template index 0456ca9e..41322118 100644 --- a/.env.template +++ b/.env.template @@ -2,6 +2,9 @@ # when unset: 1 (true) - dont unset this, just for development DEBUG=0 +# HTTP port to bind to +# TANDOOR_PORT=8080 + # hosts the application can run under e.g. recipes.mydomain.com,cooking.mydomain.com,... ALLOWED_HOSTS=*