summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Wagner Goncalves <bwagner@thoughtworks.com>2014-08-01 17:52:23 -0300
committerBruno Wagner Goncalves <bwagner@thoughtworks.com>2014-08-01 17:52:23 -0300
commit502673d704c0600c0b2fb8ea439cb5a030374e87 (patch)
treedbe77ceca7f228859c669c43e4585787994f0195
parentf52efae271ddb376e7223405c3a74edd7ed598b9 (diff)
Changed the naming to reflect the new infrastructure
-rw-r--r--service/app/pixelated_user_agent.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/app/pixelated_user_agent.py b/service/app/pixelated_user_agent.py
index 4aa04030..3f812f27 100644
--- a/service/app/pixelated_user_agent.py
+++ b/service/app/pixelated_user_agent.py
@@ -118,7 +118,7 @@ def redirect_to_front(path):
)
if __name__ == '__main__':
- app.config.from_envvar('SMAIL_BACK_CFG')
+ app.config.from_envvar('PIXELATED_UA_CFG')
provider = app.config['PROVIDER']
account = app.config['ACCOUNT']