X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=turbot.wsgi.in;h=e59427915ae1032d0b6af36973343e17cfeeed5f;hb=73db7d877be08977accdf41cbbf8ef95347304c4;hp=5a260bfa3446bf0f5328deaadbe6496fee561f88;hpb=8770b6ecd5b308ceecf0aa30f9fb651ee9087ba5;p=turbot diff --git a/turbot.wsgi.in b/turbot.wsgi.in index 5a260bf..e594279 100644 --- a/turbot.wsgi.in +++ b/turbot.wsgi.in @@ -2,6 +2,6 @@ import sys sys.path.insert(0, '${DEPLOY_DIR}') from dotenv import load_dotenv -load_dotenv('${DEPLOY_DIR}/.turbot.env') +load_dotenv('${DEPLOY_DIR}/.slack-creds.env') from turbot.turbot import app as application