Panel/Panel/modules/website/config/pricing.php

21 lines
1 KiB
PHP

<?php
return [
'pricing' => [
'standard_slot_start' => 0.50,
'legacy_monthly_start' => 4.00,
'standard_min_slots' => 16,
'fixed_cap_note' => 'Some fixed-cap or small co-op games use different slot limits.',
'disclaimer' => 'Final pricing depends on game, slot count, resource tier, mods, and customization.',
'custom_work_note' => 'Custom development and complex integration work are quoted separately.',
'workbook_reference' => 'pricing/gameservers_world_pricing_catalog.xlsx',
],
'platform' => [
'summary' => 'Hosted on modern server hardware with SSD storage, high-bandwidth connectivity, and actively monitored CPU and memory capacity.',
'capacity_note' => 'We actively monitor host capacity and avoid overcrowding servers onto overloaded machines.',
'example_host_cpu_cores' => 32,
'example_host_ram_gb' => 128,
'example_host_storage' => '2 TB SSD storage',
'daily_backups_note' => 'Daily backups are included.',
],
];