30 lines
396 B
PHP
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,
|
|
],
|
|
];
|