Add config.py.example for configuration

This commit is contained in:
2026-08-04 05:13:32 +02:00
parent 8ad3ca21bb
commit 91281da2a2
2 changed files with 11 additions and 7 deletions

10
config.py.example Normal file
View File

@@ -0,0 +1,10 @@
HOST="127.0.0.1"
PORT="7000"
SECRET_KEY = "CHANGE-ME"
STATIC_PATH = './app/static/'
#Dossier privé des utilisateurs
# Spécifier le chemin complet exemple: /opt/monsiteperso/users
USERS_FOLDER = "/PATH/USERS/FOLDERS"