added example config file
This commit is contained in:
7
config.py.example
Normal file
7
config.py.example
Normal file
@@ -0,0 +1,7 @@
|
||||
class Config:
|
||||
SECRET_KEY =
|
||||
SLIDES_DIR =
|
||||
SQLALCHEMY_DATABASE_URI =
|
||||
SQLALCHEMY_TRACK_MODIFICATIONS =
|
||||
ADMIN_PASSWORD =
|
||||
|
||||
Reference in New Issue
Block a user