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

Se ajusta el APP_ROOT y los ignore para desarrollo y demas ambientes

parent ada8d875
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,7 @@
.idea/**/workspace.xml
.idea/**/tasks.xml
.idea/dictionaries
logs
# Sensitive or high-churn files:
.idea/**/dataSources/
......
......@@ -159,7 +159,7 @@ REST_FRAMEWORK = {
),
}
APP_ROOT = '/var/www/tsaapi.prod.bfa.local/'
APP_ROOT = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) + '/'
SENTRY_URL = 'http://2ec54beaab3b4459a1e5afadea070f98:92aee3f5d91e4e66996a3e0792985541@172.17.30.21:9000/54'
......
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