From ceda42abe9e43be0108a21fb2377457bda98ef4a Mon Sep 17 00:00:00 2001 From: Galimede Date: Tue, 5 Jan 2021 15:34:23 +0100 Subject: [PATCH] :wrench: Try again in generic way --- conduit/settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/conduit/settings.py b/conduit/settings.py index 2f4d9b8..8a2ead5 100644 --- a/conduit/settings.py +++ b/conduit/settings.py @@ -25,6 +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', 8080), os.environ.get('BACK_PROD_URL'), os.environ.get('FRONT_PROD_URL'), ]