adaptive-pricing/projects/coulomb-pricing/data/infrastructure/virtual_servers.json

19 lines
464 B
JSON
Raw Normal View History

{
"version": 1,
"currency": "EUR",
"servers": [
{
"name": "coulombcore",
"monthly_eur": "13.99",
"started": "2025-01",
"description": "Virtual server hosting for coulombcore"
},
{
"name": "railiance01",
"monthly_eur": "8.99",
"started": "2026-03",
"description": "Virtual server hosting for railiance01"
}
],
"note": "Reference catalog. Monthly expense rows live in expense_records.json."
}