Reduce Transfer storage price to GHS 0.15 per GB per month.
Deploy Ladill Transfer / deploy (push) Successful in 40s

Updates config default, env examples, and removes hardcoded GHS 1.00 copy on the dashboard.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-06-08 10:45:12 +00:00
co-authored by Cursor
parent 45ccd04163
commit e76955eaa4
12 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -96,7 +96,7 @@ class AfiaService
private function transferSystemPrompt(string $ctx): string
{
$pricePerGb = number_format((float) config('transfer.price_per_gb_month', 1.0), 2);
$pricePerGb = number_format((float) config('transfer.price_per_gb_month', 0.15), 2);
return <<<PROMPT
You are Afia, the assistant inside Ladill Transfer (transfer.ladill.com).