add authentication
This commit is contained in:
+2
-1
@@ -1,3 +1,4 @@
|
||||
SQLALCHEMY_DATABASE_URI = 'postgresql://user:password@host/db_name'
|
||||
SQLALCHEMY_TRACK_MODIFICATIONS = True
|
||||
DEBUG = True
|
||||
DEBUG = True
|
||||
API_KEYS = ['secretkey']
|
||||
Reference in New Issue
Block a user