From 89ccca11ebea9e3f4190c091959170d2bd9f6b86 Mon Sep 17 00:00:00 2001
From: Patrick Jentsch
Date: Thu, 13 Oct 2022 11:09:47 +0200
Subject: [PATCH] Add new configuration variable to .env template
---
.env.tpl | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/.env.tpl b/.env.tpl
index 588e2f45..30a89416 100644
--- a/.env.tpl
+++ b/.env.tpl
@@ -21,6 +21,9 @@ HOST_DOCKER_GID=
# NOTES: Use `.` as
# HOST_LOG_DIR=
+# DEFAULT: nopaque_default
+# DOCKER_NETWORK_NAME=
+
################################################################################
# Flask #
# https://flask.palletsprojects.com/en/1.1.x/config/ #
@@ -186,4 +189,4 @@ NOPAQUE_DOCKER_REGISTRY_PASSWORD=
# READ-COOP account data: https://readcoop.eu/
# NOPAQUE_READCOOP_USERNAME=
-# NOPAQUE_READCOOP_PASSWORD=
\ No newline at end of file
+# NOPAQUE_READCOOP_PASSWORD=