Start repo
This commit is contained in:
14
app/config.py
Normal file
14
app/config.py
Normal 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"
|
||||
Reference in New Issue
Block a user