From bb73d460d55de42e6892c25b7d2b4da57993903a Mon Sep 17 00:00:00 2001 From: Chris Gates Date: Mon, 16 Apr 2018 14:35:40 -0400 Subject: [PATCH] moving to .env instead of config.py --- config.py | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 config.py diff --git a/config.py b/config.py deleted file mode 100644 index 1579d08..0000000 --- a/config.py +++ /dev/null @@ -1,5 +0,0 @@ -''' -put access and secret key here. All modules should pick it up -''' -AWS_ACCESS_KEY_ID = '' -AWS_SECRET_ACCESS_KEY = ''