From 6c3fe9dc32ad0d63544cc56967b284f574118e35 Mon Sep 17 00:00:00 2001 From: unfr Date: Fri, 8 Aug 2025 22:12:43 +0200 Subject: [PATCH] valeur par defaut pour la nouvelle variable de conf --- autopost/conf.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autopost/conf.sh b/autopost/conf.sh index 2ea88fa..a1aadc2 100644 --- a/autopost/conf.sh +++ b/autopost/conf.sh @@ -17,7 +17,7 @@ NG_PASS="" NG_NBR_CONN="" dbtype="sqlite" # ou "mysql" -MYSQL_TABLE="" # OBLIGATOIRE +MYSQL_TABLE="release" # OBLIGATOIRE DB_FILE="/home/$USER/autopost/base_autopost.db" MYSQL_HOST="" MYSQL_PORT=