From 4e97886ab5db6e1f5f17a08d7f105e548ba920fa Mon Sep 17 00:00:00 2001
From: asacramento <sacramentoa@nic.ar>
Date: Fri, 15 Mar 2019 10:39:03 -0300
Subject: [PATCH] Se ajusta setting de produccion

---
 TsaApi/local_settings_prod.py | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/TsaApi/local_settings_prod.py b/TsaApi/local_settings_prod.py
index 63b3537..520b84a 100644
--- a/TsaApi/local_settings_prod.py
+++ b/TsaApi/local_settings_prod.py
@@ -7,16 +7,6 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY
 
 You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/
 """
-# APP_ROOT = '/home/python/TsaAPI/'
-
-APP_ROOT = '/var/www/tsaapi.prod.bfa.local/'
-
-STATIC_URL = '/tsa/static/'
-
-# ACCOUNT_ADDRESS = '0x21ea59FC5cE54a827E20BC9b736FeeD8F9C880Ff'
-
-# HOST_ADDRESS = 'http://10.23.10.71:8501'
-
 HOST_ADDRESS = 'http://127.0.0.1:8545'
 
 ACCOUNT_ADDRESS = '0xac952ae0716e8aded07dda498f182f4983af682a'
-- 
GitLab