From 84126a2fec03647af84158085ef4cd5e41510876 Mon Sep 17 00:00:00 2001 From: Neel-Leo Coffin Date: Sun, 17 Jan 2021 15:50:07 +0100 Subject: [PATCH] :wrench: remove bdd url in config file --- conduit/settings.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/conduit/settings.py b/conduit/settings.py index 07fcfdf..4eb7b54 100644 --- a/conduit/settings.py +++ b/conduit/settings.py @@ -30,8 +30,6 @@ class Config(object): 'https://0.0.0.0:' + os.environ.get('PORT', '8080'), 'https://damp-taiga-40793.herokuapp.com/api/articles', 'https://damp-taiga-40793.herokuapp.com/', - 'http://0.0.0.0:5432', - 'http://localhost:5432', ] JWT_HEADER_TYPE = 'Token'