From 44a281794563d3d880e04c3caf35d79ec318cec9 Mon Sep 17 00:00:00 2001 From: Galimede Date: Tue, 5 Jan 2021 15:48:09 +0100 Subject: [PATCH] :wrench: Now works in a generic way->get rid of old one --- conduit/settings.py | 1 - 1 file changed, 1 deletion(-) diff --git a/conduit/settings.py b/conduit/settings.py index d74a334..25ea008 100644 --- a/conduit/settings.py +++ b/conduit/settings.py @@ -27,7 +27,6 @@ class Config(object): 'http://localhost:4000', 'http://0.0.0.0:' + os.environ.get('$PORT', '8080'), 'https://0.0.0.0:' + os.environ.get('$PORT', '8080'), - os.environ.get('$BACK_PROD_URL', ''), os.environ.get('FRONT_PROD_URL', ''), ] JWT_HEADER_TYPE = 'Token'