Skip to content

Commit b223cbd

Browse files
committed
fix example prod evn
1 parent 1fe7e34 commit b223cbd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.env.production.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ NEXT_PUBLIC_BACKEND_URL="https://robodrone.codersforcauses.com/api"
77
# BACKEND
88
APP_NAME=DjangoAPI
99
API_SECRET_KEY= CHANGE THIS TO A RANDOM STRING
10-
API_ALLOWED_HOSTS=".localhost 127.0.0.1 [::1]"
10+
API_ALLOWED_HOSTS=".localhost 127.0.0.1 [::1] .codersforcauses.org"
1111

1212
POSTGRES_HOST=db
1313
POSTGRES_NAME=postgres

0 commit comments

Comments
 (0)