.env stuff

This commit is contained in:
glmdev
2019-02-09 03:50:39 -06:00
parent 9d1b159e83
commit 31c6293576
7 changed files with 140 additions and 119 deletions

5
config.py Normal file
View File

@@ -0,0 +1,5 @@
from dotenv import load_dotenv
def bootstrap(envfile='./.env'):
load_dotenv(dotenv_path=envfile)