31 lines
421 B
PHP
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,
|
|
],
|
|
];
|