diff --git a/TsaApi/local_settings_dev.py b/TsaApi/local_settings_dev.py index d9369647ca31d85412f7c55add2f8f14b6f99949..5accc7edc2cd6eaf03908889ac3acb8994123994 100644 --- a/TsaApi/local_settings_dev.py +++ b/TsaApi/local_settings_dev.py @@ -31,4 +31,6 @@ TEMPORARY_OTS_PREFIX = '0x' PERMANENT_OTS_PREFIX = '1x' GAS = 250000 -GAS_PRICE = 1 \ No newline at end of file +GAS_PRICE = 1 + +SENTRY_URL = 'http://2ec54beaab3b4459a1e5afadea070f98:92aee3f5d91e4e66996a3e0792985541@172.17.30.21:9000/54' \ No newline at end of file diff --git a/TsaApi/local_settings_preprod.py b/TsaApi/local_settings_preprod.py index 964fd66476b00ff5ea27ad82231f620abb5f4cbc..3e45e9f9be26a7e32e66285e5306c94df4be4ccb 100644 --- a/TsaApi/local_settings_preprod.py +++ b/TsaApi/local_settings_preprod.py @@ -31,3 +31,5 @@ PERMANENT_OTS_PREFIX = '1x' GAS = 250000 GAS_PRICE = 1 + +SENTRY_URL = 'http://aa30f3ecd3bb4923a7046f197da61e07:47cd9f9ea1e243f6a9f47e2aa40b85c3@10.1.100.118:9000/82' \ No newline at end of file diff --git a/TsaApi/local_settings_prod.py b/TsaApi/local_settings_prod.py index af90d18891a29b7a621cd734fe970b655511116d..05ebe8c98eba257583f81268bad25542b6a6ed88 100644 --- a/TsaApi/local_settings_prod.py +++ b/TsaApi/local_settings_prod.py @@ -31,4 +31,6 @@ TEMPORARY_OTS_PREFIX = '0x' PERMANENT_OTS_PREFIX = '1x' GAS = 250000 -GAS_PRICE = 1 \ No newline at end of file +GAS_PRICE = 1 + +SENTRY_URL = 'http://2ec54beaab3b4459a1e5afadea070f98:92aee3f5d91e4e66996a3e0792985541@172.17.30.21:9000/54' \ No newline at end of file