1

Script pour déplacer des articles

This commit is contained in:
2025-12-22 00:38:55 +01:00
parent 08dd21653f
commit 7b1aeb78a3
5 changed files with 829 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ const { loadEnv } = require("./lib/env");
const { loadToolsConfig } = require("./lib/config");
const CONTENT_ROOT = path.join(__dirname, "..", "content");
const DEFAULT_DATABASE_URL = "postgres:///lemmy?host=/run/postgresql&user=lemmy";
const DEFAULT_DATABASE_URL = "postgres:///lemmy?host=/run/postgresql&user=richard";
const TOOLS_CONFIG_PATH = path.join(__dirname, "config", "config.json");
const THUMBNAIL_CACHE_DIR = path.join(__dirname, "cache", "lemmy_thumbnails");
const THUMBNAIL_FORMAT = "png";