From e38d98b1a1a2e6ce69f9e1bccbdd3038321dd523 Mon Sep 17 00:00:00 2001 From: unfr Date: Sat, 9 Aug 2025 09:26:06 +0200 Subject: [PATCH] =?UTF-8?q?ajout=20du=20nom=20de=20la=20table=20=C3=A0=20u?= =?UTF-8?q?tiliser?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- autopost/config.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/autopost/config.js b/autopost/config.js index eb111a6..f2ca2b1 100644 --- a/autopost/config.js +++ b/autopost/config.js @@ -6,6 +6,8 @@ module.exports = { // chez ultracc par exemple la commande est app-ports free port: Voir indications ci dessus, + // choisir mysql ou sqlite + dbtype: 'sqlite', // Chemin vers le fichier de base de données SQLite dbFile: path.join(__dirname, 'base_autopost.db'),