Ajout du support de MYSQL
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
#CONFIG A MODIF
|
||||
URL_API="A NOUS DEMANDER SUR DISCORD"
|
||||
APIKEY="A RETROUVER DANS VOTRE PROFIL"
|
||||
DB_FILE="/home/$USER/autopost/base_autopost.db"
|
||||
|
||||
DOSSIER_GLOBAL="/home/$USER/"
|
||||
DOSSIER_NFO="/home/$USER/autopost/mediainfo/"
|
||||
DOSSIER_LOGS="/home/$USER/autopost/logs/"
|
||||
@@ -16,5 +16,12 @@ NG_USER=""
|
||||
NG_PASS=""
|
||||
NG_NBR_CONN=""
|
||||
|
||||
dbtype="sqlite" # ou "mysql"
|
||||
DB_FILE="/home/$USER/autopost/base_autopost.db"
|
||||
MYSQL_HOST=""
|
||||
MYSQL_PORT=
|
||||
MYSQL_USER=""
|
||||
MYSQL_PASS=""
|
||||
MYSQL_DB=""
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user