Files
fotospiel-app/config/package-limits.php
2025-11-01 13:19:07 +01:00

30 lines
396 B
PHP

<?php
return [
'photo_thresholds' => [
0.8,
0.95,
],
'guest_thresholds' => [
0.8,
0.95,
],
'gallery_warning_days' => [
7,
1,
],
'event_thresholds' => [
0.8,
0.95,
],
'package_expiry_days' => [
30,
7,
1,
],
'credit_thresholds' => [
5,
1,
],
];