mirror of
https://github.com/Labelbase/Labelbase.git
synced 2026-08-13 12:33:23 +02:00
Update settings.py
This commit is contained in:
parent
047ea71c48
commit
87886288a1
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ DEBUG = proj_config.getboolean("internal", "debug")
|
|||
if DEBUG:
|
||||
ALLOWED_HOSTS = ["*"]
|
||||
else:
|
||||
ALLOWED_HOSTS = [proj_config.get("internal", "allowed_host")]
|
||||
ALLOWED_HOSTS = [proj_config.get("internal", "allowed_host"), "legacy.labelbase.space"]
|
||||
|
||||
sentry_sdk.init(
|
||||
dsn="https://3b833ae08ccc4ff68793e961fff4921c@o4504646963232768.ingest.sentry.io/4504646967361536",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue