This commit is contained in:
2026-03-12 02:10:57 +01:00
parent a8e769c73d
commit 3c6dd52d8f
29 changed files with 3323 additions and 0 deletions

7
config.example.json Normal file
View File

@@ -0,0 +1,7 @@
{
"api_key": "YOUR_API_KEY_HERE",
"input_file": "lista.json",
"output_dir": "output",
"locations_api": "https://hub.ag3nts.org/api/locations",
"access_level_api": "https://hub.ag3nts.org/api/accesslevel"
}