7 lines
161 B
JSON
7 lines
161 B
JSON
{
|
|
"startBalance": 10000,
|
|
"batchIntervalMinutes": 5,
|
|
"exchangeRates": { "USD": 1, "EUR": 0.9 },
|
|
"monitoringEndpoint": "https://monitor.example.com/log"
|
|
}
|