From 12065d9a61ea515068ec97ab67bcf98dbd89563d Mon Sep 17 00:00:00 2001 From: Galimede Date: Tue, 5 Jan 2021 15:23:39 +0100 Subject: [PATCH] :wrench: Revert to back_prod as it doesnt work in generic --- conduit/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conduit/settings.py b/conduit/settings.py index 91f3792..a9c99d8 100644 --- a/conduit/settings.py +++ b/conduit/settings.py @@ -25,7 +25,7 @@ class Config(object): 'http://localhost:4200', 'http://0.0.0.0:4000', 'http://localhost:4000', - 'http://0.0.0.0:' + os.environ.get('PORT'), + os.environ.get('BACK_PROD_URL'), os.environ.get('FRONT_PROD_URL') ] JWT_HEADER_TYPE = 'Token'