diff options
author | Bruno Wagner Goncalves <bwagner@thoughtworks.com> | 2014-08-01 17:36:14 -0300 |
---|---|---|
committer | Bruno Wagner Goncalves <bwagner@thoughtworks.com> | 2014-08-01 17:36:14 -0300 |
commit | d8360815ea07d9944f08ad378d2b89e64e1f2c9e (patch) | |
tree | 2e729f11524644980739d1b123197285eaa7f175 /inboxapp-service/go | |
parent | dbbbdc638d140b6b861a4ec386aaabf6bc7e1bdd (diff) |
Changed the Smail names to pixelated ones on inboxapp
Diffstat (limited to 'inboxapp-service/go')
-rwxr-xr-x | inboxapp-service/go | 4 |
1 files changed, 2 insertions, 2 deletions
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 |