This commit is contained in:
cihatata
2025-03-10 23:41:33 +03:00
parent 29e03a6294
commit 7522879e2a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import { fileURLToPath } from 'url';
const __filename = fileURLToPath(import.meta.url);
// POEditor API information
const API_TOKEN = process.env.POEDITOR_API_TOKEN;
const API_TOKEN = process.env.POEDITOR_API;
const PROJECT_ID = process.env.POEDITOR_PROJECT_ID;
const LANGUAGES = (process.env.LANGUAGES || 'tr,en').split(',');
const EXPORT_FORMAT = process.env.EXPORT_FORMAT || 'key_value_json';