Somes FIx for datamigration and config.example
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
# L'adresse de base de votre site.
|
||||
# example BASE_URL="https://example.com"
|
||||
# BASE_URL="http://localhost:8000/" # si vous lancez pywallter avec flask run"
|
||||
|
||||
# Addresse et port sur lequel doit ecouté le service pywallter
|
||||
HOST="" #ADDRESS IP DOMAIN
|
||||
PORT="" # A Free port who
|
||||
|
||||
BASE_URL="https://example.com/"
|
||||
# Essentiels pour les cookies
|
||||
# Essentiels pour authentifier les cookies
|
||||
SECRET_KEY="CHANGE-ME"
|
||||
|
||||
# Dossier où seront stocker les fichiers
|
||||
@@ -20,12 +22,24 @@ EXT_IMG= {'.jpg', '.JPG', '.png', '.PNG', '.gif', '.GIF', '.bmp', '.BMP', '.jpeg
|
||||
# XMPP = True => Le service est installé et lancer
|
||||
# XMMP = False => Le service est désactivé
|
||||
XMPP_SERVER = False
|
||||
# URL for XMPP Web client
|
||||
XMPP_WEBSERVICE = "https://that.kitoy.fr"
|
||||
|
||||
# Service Mail
|
||||
# MAIL_SERVER = True => Le service est installé et lancer
|
||||
# MAIL_SERVER = False => Le service est désactivé
|
||||
MAIL_SERVER = False
|
||||
# URL for email Web client
|
||||
MAIL_WEBSERVICE = "https//mail.example.fr"
|
||||
|
||||
|
||||
|
||||
# Doas or sudo
|
||||
SETUID='doas'
|
||||
|
||||
# Sending email for account recovery
|
||||
SMTP_SERVER=""
|
||||
SMTP_PORT=""
|
||||
SMTP_USER=""
|
||||
SMTP_PASSWD=""
|
||||
SENDER_ADDRESS=""
|
||||
Reference in New Issue
Block a user