]> git.cworth.org Git - turbot/commit
Fix turbot.wsgi to be able to find its environment variables
authorCarl Worth <cworth@cworth.org>
Sat, 26 Sep 2020 04:47:32 +0000 (21:47 -0700)
committerCarl Worth <cworth@cworth.org>
Sat, 26 Sep 2020 04:47:32 +0000 (21:47 -0700)
commitd51d8d536e56d27fc6ed3c15db112ed07987525b
treeffeb9d8e2bf6e3b4eb3665aa0e26476558c4eacc
parent38af993bca0499a35ef2c6d95a9bc82515424a60
Fix turbot.wsgi to be able to find its environment variables

We can't rely on the current working directory of the Apache process,
so we need to use an explicit path here in order to find our file
with environment variables in it.
turbot.wsgi.in