Skip to content
Snippets Groups Projects
Commit ada8d875 authored by Agustín Sacramento's avatar Agustín Sacramento
Browse files

Correccion de settings

parent e5ba6893
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,6 @@ You should have received a copy of the GNU General Public License along with thi
# APP_ROOT = '/home/python/TsaAPI/'
APP_ROOT = '/var/www/tsaapi.prod.bfa.local/'
STATIC_ROOT = APP_ROOT + 'html/'
STATIC_URL = '/tsa/static/'
......
......@@ -160,7 +160,6 @@ REST_FRAMEWORK = {
}
APP_ROOT = '/var/www/tsaapi.prod.bfa.local/'
LOG_ROOT = APP_ROOT + 'logs/'
SENTRY_URL = 'http://2ec54beaab3b4459a1e5afadea070f98:92aee3f5d91e4e66996a3e0792985541@172.17.30.21:9000/54'
......@@ -185,6 +184,9 @@ try:
except ImportError as e:
pass
LOG_ROOT = APP_ROOT + 'logs/'
STATIC_ROOT = APP_ROOT + 'html/'
RAVEN_CONFIG = {
'dsn': SENTRY_URL,
}
......
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