]> git.cworth.org Git - turbot/blobdiff - turbot.wsgi.in
Rename .turbot.env to .slack-creds.env
[turbot] / turbot.wsgi.in
index 70a98656186869e91c4557d2b5f2f6983622506a..e59427915ae1032d0b6af36973343e17cfeeed5f 100644 (file)
@@ -2,6 +2,6 @@ import sys
 sys.path.insert(0, '${DEPLOY_DIR}')
 
 from dotenv import load_dotenv
-load_dotenv('.turbot.env')
+load_dotenv('${DEPLOY_DIR}/.slack-creds.env')
 
-from turbot import app as application
+from turbot.turbot import app as application