Start repo

This commit is contained in:
2026-02-03 01:24:56 +01:00
committed by kitoy
parent e176b7212f
commit c2aaa0ed4a
267 changed files with 54491 additions and 0 deletions

14
app/config.py Normal file
View File

@@ -0,0 +1,14 @@
HOST="fd01::2"
PORT="8000"
SECRET_KEY = "CHANGE-ME"
STATIC_PATH = './app/static/'
JSON_FILE = './ident.json'
IMAGES_PATH = ['/static/img/portfolio/']
IMAGES_CACHE = STATIC_PATH+'/img/cache/'
#Dossier privé des utilisateurs
USERS_FOLDER = "/home/kitoy/prog/mapageperso/users"
# Le dossiers où sont exporté les sites générer
PUBLIC_FOLDER = "/home/kitoy/prog/mapageperso/public"
DEFAULT_SITE="default"