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'),