Files
adaptive-pricing/projects/coulomb-pricing/data/infrastructure/virtual_servers.json
tegwick bb3f152846 Add railiance01 hosting at 8.99 EUR/mo from March 2026
Expense records and virtual server catalog entry for railiance01,
active from 2026-03 alongside existing domain and coulombcore costs.
2026-06-22 02:21:55 +02:00

19 lines
464 B
JSON

{
"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."
}