Files
fotospiel-app/config/package-limits.php
2026-01-21 21:35:40 +01:00

31 lines
421 B
PHP

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