From dd486b140f71932ca097268dbdae68d5b7204e15 Mon Sep 17 00:00:00 2001 From: cato447 Date: Sat, 26 Apr 2025 04:26:24 +0200 Subject: [PATCH] added example config file --- config.py.example | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 config.py.example 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 = +