Updated docker files

This commit is contained in:
2015-10-21 15:33:44 +02:00
parent 322530761e
commit cbccc3b94a
6 changed files with 49 additions and 42 deletions

View File

@@ -218,7 +218,7 @@ client = MongoClient(app.config['MONGO_HOST'], 27017)
db = client.eve
bugsnag.configure(
api_key = app.config['BUGSNAG_API_KEY'],
project_root = "/date/dev/pillar/pillar",
project_root = "/data/dev/pillar/pillar",
)
handle_exceptions(app)