We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fe7e34 commit b223cbdCopy full SHA for b223cbd
1 file changed
.env.production.example
@@ -7,7 +7,7 @@ NEXT_PUBLIC_BACKEND_URL="https://robodrone.codersforcauses.com/api"
7
# BACKEND
8
APP_NAME=DjangoAPI
9
API_SECRET_KEY= CHANGE THIS TO A RANDOM STRING
10
-API_ALLOWED_HOSTS=".localhost 127.0.0.1 [::1]"
+API_ALLOWED_HOSTS=".localhost 127.0.0.1 [::1] .codersforcauses.org"
11
12
POSTGRES_HOST=db
13
POSTGRES_NAME=postgres
0 commit comments