add new INVENTREE_SITE_URL variable
This commit is contained in:
parent
b0b5ab3c53
commit
c1c12cfa76
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ INVENTREE_DB_PASSWORD=password
|
||||||
|
|
||||||
# Django configuration
|
# Django configuration
|
||||||
INVENTREE_SECRET_KEY=some-secret-key
|
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
|
# SSO Config
|
||||||
INVENTREE_SOCIAL_BACKENDS=allauth.socialaccount.providers.openid_connect
|
INVENTREE_SOCIAL_BACKENDS=allauth.socialaccount.providers.openid_connect
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue