Files
adaptive-pricing/projects/coulomb-pricing/data/infrastructure/virtual_servers.json
tegwick fc2324692c Add coulombcore hosting expense at 13.99 EUR/mo from Jan 2025
One hosting expense record per month alongside domain rows. Update
infrastructure catalog, tests, and dashboard for 20.74 EUR/mo total
infrastructure.
2026-06-22 02:20:28 +02:00

14 lines
335 B
JSON

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