Первый коммит после распаковки архива

This commit is contained in:
2025-08-14 20:14:42 +03:00
commit 5d4e9ba201
354 changed files with 40492 additions and 0 deletions

6
economy/config.json Normal file
View File

@@ -0,0 +1,6 @@
{
"startBalance": 10000,
"batchIntervalMinutes": 5,
"exchangeRates": { "USD": 1, "EUR": 0.9 },
"monitoringEndpoint": "https://monitor.example.com/log"
}