diff options
author | Bruno Wagner Goncalves <bwagner@thoughtworks.com> | 2014-08-01 17:52:23 -0300 |
---|---|---|
committer | Bruno Wagner Goncalves <bwagner@thoughtworks.com> | 2014-08-01 17:52:23 -0300 |
commit | 502673d704c0600c0b2fb8ea439cb5a030374e87 (patch) | |
tree | dbe77ceca7f228859c669c43e4585787994f0195 | |
parent | f52efae271ddb376e7223405c3a74edd7ed598b9 (diff) |
Changed the naming to reflect the new infrastructure
-rw-r--r-- | service/app/pixelated_user_agent.py | 2 |
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'] |