Reduce Transfer storage price to GHS 0.15 per GB per month.
Deploy Ladill Transfer / deploy (push) Successful in 40s
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:
+1
-1
@@ -2,7 +2,7 @@
|
||||
|
||||
return [
|
||||
// GHS per GB per month of retention (see qr-suite-decomposition.md §7.3).
|
||||
'price_per_gb_month' => (float) env('TRANSFER_PRICE_PER_GB_MONTH', 1.0),
|
||||
'price_per_gb_month' => (float) env('TRANSFER_PRICE_PER_GB_MONTH', 0.15),
|
||||
|
||||
// Max single-file upload size (bytes). Default 500 MB.
|
||||
'max_file_bytes' => (int) env('TRANSFER_MAX_FILE_BYTES', 524288000),
|
||||
|
||||
Reference in New Issue
Block a user