mirror of
https://github.com/umap-project/umap.git
synced 2025-05-03 05:01:49 +02:00
Compare commits
No commits in common. "6945a5e8678e07ad4f766c47b9db52c074d699e2" and "23688b64444d995d41057326f1b2911e370b1a94" have entirely different histories.
6945a5e867
...
23688b6444
1 changed files with 0 additions and 1 deletions
|
@ -19,7 +19,6 @@ env = environ.Env()
|
||||||
|
|
||||||
INTERNAL_IPS = env.list("INTERNAL_IPS", default=["127.0.0.1"])
|
INTERNAL_IPS = env.list("INTERNAL_IPS", default=["127.0.0.1"])
|
||||||
ALLOWED_HOSTS = env.list("ALLOWED_HOSTS", default=["*"])
|
ALLOWED_HOSTS = env.list("ALLOWED_HOSTS", default=["*"])
|
||||||
CSRF_TRUSTED_ORIGINS = env.list("CSRF_TRUSTED_ORIGINS", default=[])
|
|
||||||
ADMINS = tuple(parseaddr(email) for email in env.list("ADMINS", default=[]))
|
ADMINS = tuple(parseaddr(email) for email in env.list("ADMINS", default=[]))
|
||||||
ASGI_APPLICATION = "umap.asgi.application"
|
ASGI_APPLICATION = "umap.asgi.application"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue