diff --git a/config.py.example b/config.py.example new file mode 100644 index 0000000..62c3849 --- /dev/null +++ b/config.py.example @@ -0,0 +1,7 @@ +class Config: + SECRET_KEY = + SLIDES_DIR = + SQLALCHEMY_DATABASE_URI = + SQLALCHEMY_TRACK_MODIFICATIONS = + ADMIN_PASSWORD = +