Madhuvishy has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/264202

Change subject: Fix the config paths in wsgi file again
......................................................................

Fix the config paths in wsgi file again

For real this time

Change-Id: Icc994c89000aa7c8efc8712f853d93bb89516de6
---
M wikimetrics/api.wsgi
1 file changed, 3 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/analytics/wikimetrics 
refs/changes/02/264202/1

diff --git a/wikimetrics/api.wsgi b/wikimetrics/api.wsgi
index af31e45..f8a7709 100644
--- a/wikimetrics/api.wsgi
+++ b/wikimetrics/api.wsgi
@@ -3,8 +3,8 @@
 sys.stdout = sys.stderr     # replace the stdout stream
 
 from os import environ
-environ['WIKIMETRICS_DB_CONFIG'] = '/srv/wikimetrics/db_config.yaml'
-environ['WIKIMETRICS_WEB_CONFIG'] = '/srv/wikimetrics/web_config.yaml'
-environ['WIKIMETRICS_QUEUE_CONFIG'] = '/srv/wikimetrics/queue_config.yaml'
+environ['WIKIMETRICS_DB_CONFIG'] = '/srv/wikimetrics/config/db_config.yaml'
+environ['WIKIMETRICS_WEB_CONFIG'] = '/srv/wikimetrics/config/web_config.yaml'
+environ['WIKIMETRICS_QUEUE_CONFIG'] = 
'/srv/wikimetrics/config/queue_config.yaml'
 
 from wikimetrics.configurables import app as application

-- 
To view, visit https://gerrit.wikimedia.org/r/264202
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Icc994c89000aa7c8efc8712f853d93bb89516de6
Gerrit-PatchSet: 1
Gerrit-Project: analytics/wikimetrics
Gerrit-Branch: master
Gerrit-Owner: Madhuvishy <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to