Skip to content

Commit 0e29316

Browse files
committed
added host
1 parent a1034a7 commit 0e29316

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Roadside_backend/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# Environment configurations
99
SECRET_KEY = config('SECRET_KEY')
1010
DEBUG = config('DEBUG', default=False, cast=bool)
11-
ALLOWED_HOSTS = config('ALLOWED_HOSTS', default='', cast=Csv())
11+
ALLOWED_HOSTS =["*"]
1212

1313
# Application definition
1414
INSTALLED_APPS = [

0 commit comments

Comments
 (0)