From 41be255144cc288e6be0ac17c054b75c7a630b61 Mon Sep 17 00:00:00 2001 From: Philipp Date: Wed, 17 Sep 2025 15:26:19 +0200 Subject: [PATCH] add new INVENTREE_SITE_URL variable --- sample.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample.env b/sample.env index 1904bc9..40df1e0 100644 --- a/sample.env +++ b/sample.env @@ -57,7 +57,7 @@ INVENTREE_DB_PASSWORD=password # Django configuration INVENTREE_SECRET_KEY=some-secret-key -ALLOWED_HOSTS=inventree.example.com,www.inventree.example.com +INVENTREE_SITE_URL=inventree.example.com,www.inventree.example.com # SSO Config INVENTREE_SOCIAL_BACKENDS=allauth.socialaccount.providers.openid_connect