Skip to content
Snippets Groups Projects
Commit a3e9d2e3 authored by Agustin Dorda's avatar Agustin Dorda
Browse files

Update local_settings_prod.py

parent 958abd1f
No related branches found
No related tags found
No related merge requests found
......@@ -7,13 +7,21 @@ 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 = '/home/python/TsaAPI/'
STATIC_ROOT = APP_ROOT + 'html/'
APP_ROOT = '/var/www/tsaapi.prod.bfa.local/'
ACCOUNT_ADDRESS = '0x21ea59FC5cE54a827E20BC9b736FeeD8F9C880Ff'
# STATIC_ROOT = APP_ROOT + 'html/'
HOST_ADDRESS = 'http://10.23.10.71:8501'
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'
#Contracts info
CONTRACTS = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment