From 72df437d74c6f95d254d184f33bf06c4d708bee5 Mon Sep 17 00:00:00 2001 From: cktricky Date: Wed, 10 Jan 2018 11:25:59 -0500 Subject: [PATCH] need to go ahead and maybe add this file as a gitignore or something --- config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.py b/config.py index b3dc3f7..1579d08 100644 --- a/config.py +++ b/config.py @@ -1,5 +1,5 @@ ''' put access and secret key here. All modules should pick it up ''' -AWS_ACCESS_KEY_ID = 'test' -AWS_SECRET_ACCESS_KEY = 'test' +AWS_ACCESS_KEY_ID = '' +AWS_SECRET_ACCESS_KEY = ''