From ed5c23fcead62b114a12f55740f7530760087338 Mon Sep 17 00:00:00 2001
From: Matthias <matthias.mair@oewf.org>
Date: Mon, 28 Feb 2022 18:50:16 +0100
Subject: [PATCH] Add template defaults

---
 InvenTree/config_template.yaml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/InvenTree/config_template.yaml b/InvenTree/config_template.yaml
index b14c1224ce..153cf2f16b 100644
--- a/InvenTree/config_template.yaml
+++ b/InvenTree/config_template.yaml
@@ -154,6 +154,11 @@ static_root: '/home/inventree/data/static'
 # Use environment variable INVENTREE_LOGIN_ATTEMPTS
 #login_attempts: 5
 
+# Add new user on first startup
+#set_user: admin
+#set_email: info@example.com
+#set_password: inventree
+
 # Permit custom authentication backends
 #authentication_backends:
 #  - 'django.contrib.auth.backends.ModelBackend'