1
0

ajout variable nom de table sql

This commit is contained in:
unfr
2025-08-08 22:01:26 +02:00
parent 13a887bc5e
commit 724c263203
5 changed files with 16 additions and 13 deletions

View File

@@ -17,6 +17,7 @@ NG_PASS=""
NG_NBR_CONN=""
dbtype="sqlite" # ou "mysql"
MYSQL_TABLE="" # OBLIGATOIRE
DB_FILE="/home/$USER/autopost/base_autopost.db"
MYSQL_HOST=""
MYSQL_PORT=
@@ -25,3 +26,4 @@ MYSQL_PASS=""
MYSQL_DB=""