Skip to content

Commit 3f0db02

Browse files
committed
Deploy CI CD on Test Server
1 parent 73ffb94 commit 3f0db02

File tree

1 file changed

+1
-1
lines changed
  • Backend/EcommerceInventory/EcommerceInventory

1 file changed

+1
-1
lines changed

Backend/EcommerceInventory/EcommerceInventory/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
# SECURITY WARNING: don't run with debug turned on in production!
3030
DEBUG = os.getenv('DEBUG','True') == 'True'
3131

32-
ALLOWED_HOSTS = []
32+
ALLOWED_HOSTS = ["*"]
3333

3434
STATIC_ROOT = os.path.join(BASE_DIR, 'staticfiles') # Directory for collectstatic
3535

0 commit comments

Comments
 (0)