Files
weirdAAL/config.py

6 lines
128 B
Python

'''
put access and secret key here. All modules should pick it up
'''
AWS_ACCESS_KEY_ID = 'test'
AWS_SECRET_ACCESS_KEY = 'test'