From c1912d3edf1929b57c51685bee9d7dc0419f1a8a Mon Sep 17 00:00:00 2001 From: Neel-Leo Coffin Date: Mon, 18 Jan 2021 10:22:08 +0100 Subject: [PATCH] :wrench: update settings.py --- conduit/settings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conduit/settings.py b/conduit/settings.py index 4eb7b54..9184959 100644 --- a/conduit/settings.py +++ b/conduit/settings.py @@ -26,8 +26,8 @@ class Config(object): 'http://0.0.0.0:4000', 'http://localhost:4000', 'https://devops-front.netlify.app', - 'http://0.0.0.0:' + os.environ.get('PORT', '8080'), - 'https://0.0.0.0:' + os.environ.get('PORT', '8080'), + 'http://0.0.0.0:8080', + 'https://0.0.0.0:8080', 'https://damp-taiga-40793.herokuapp.com/api/articles', 'https://damp-taiga-40793.herokuapp.com/', ]