mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2024-11-21 15:33:09 +01:00
Update demo/demodesk/config/settings.py
Co-authored-by: Benbb96 <Benbb96@users.noreply.github.com>
This commit is contained in:
parent
03d6220d3d
commit
3a225d88db
@ -34,7 +34,7 @@ ALLOWED_HOSTS = []
|
||||
# remember when setting up your own development / production server!
|
||||
|
||||
# Default teams mode to enabled unless overridden by an environment variable set to "false"
|
||||
HELPDESK_TEAMS_MODE_ENABLED=False if os.getenv("HELPDESK_TEAMS_MODE_ENABLED", "true").lower() == "false" else True
|
||||
HELPDESK_TEAMS_MODE_ENABLED=os.getenv("HELPDESK_TEAMS_MODE_ENABLED", "true").lower() == "true"
|
||||
|
||||
# Application definition
|
||||
INSTALLED_APPS = [
|
||||
|
Loading…
Reference in New Issue
Block a user