We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f8ef56 commit ef7e9f4Copy full SHA for ef7e9f4
backend/fnet/production_settings.py
@@ -15,7 +15,7 @@
15
16
SECRET_KEY = get_env("DJANGO_SECRET_KEY")
17
18
-# ALLOWED_HOSTS = ["*"]
+ALLOWED_HOSTS = ["*"]
19
20
DATA_DIR = "/data"
21
0 commit comments