add authentication

This commit is contained in:
Martin
2016-05-11 16:05:42 +02:00
parent f41a16f041
commit 9ced739ef6
3 changed files with 28 additions and 3 deletions
+2 -1
View File
@@ -1,3 +1,4 @@
SQLALCHEMY_DATABASE_URI = 'postgresql://user:password@host/db_name'
SQLALCHEMY_TRACK_MODIFICATIONS = True
DEBUG = True
DEBUG = True
API_KEYS = ['secretkey']