summaryrefslogtreecommitdiff
path: root/inboxapp-service
diff options
context:
space:
mode:
authorBruno Wagner Goncalves <bwagner@thoughtworks.com>2014-08-01 17:36:14 -0300
committerBruno Wagner Goncalves <bwagner@thoughtworks.com>2014-08-01 17:36:14 -0300
commitd8360815ea07d9944f08ad378d2b89e64e1f2c9e (patch)
tree2e729f11524644980739d1b123197285eaa7f175 /inboxapp-service
parentdbbbdc638d140b6b861a4ec386aaabf6bc7e1bdd (diff)
Changed the Smail names to pixelated ones on inboxapp
Diffstat (limited to 'inboxapp-service')
-rw-r--r--inboxapp-service/app/pixelated_service.py (renamed from inboxapp-service/app/smailback.py)2
-rwxr-xr-xinboxapp-service/go4
2 files changed, 3 insertions, 3 deletions
diff --git a/inboxapp-service/app/smailback.py b/inboxapp-service/app/pixelated_service.py
index 4aa04030..f3eb52d7 100644
--- a/inboxapp-service/app/smailback.py
+++ b/inboxapp-service/app/pixelated_service.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_SERVICE_CFG')
provider = app.config['PROVIDER']
account = app.config['ACCOUNT']
diff --git a/inboxapp-service/go b/inboxapp-service/go
index 58de297a..d988ade7 100755
--- a/inboxapp-service/go
+++ b/inboxapp-service/go
@@ -1,4 +1,4 @@
#!/bin/bash
-export SMAIL_BACK_CFG=../config/inboxapp.cfg
-python app/smailback.py
+export PIXELATED_SERVICE_CFG=../config/inboxapp.cfg
+python app/pixelated_service.py