File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed
Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change 33use Carbon \Carbon ;
44
55return [
6-
7- 'build_date ' => Carbon::parse ('2025-05-19 ' ),
8-
9- 'build_version ' => 'v1.6.0 ' ,
10-
116 /**
127 * General settings.
138 */
14- 'allowed_ips ' => env ('ALLOWED_IPS ' ),
9+
10+ 'build_date ' => Carbon::parse ('2025-06-12 ' ),
11+
12+ 'build_version ' => 'v1.6.1 ' ,
1513
1614 'content_width ' => env ('CONTENT_WIDTH ' , '7xl ' ),
1715
1816 'prune_results_older_than ' => (int ) env ('PRUNE_RESULTS_OLDER_THAN ' , 0 ),
1917
2018 'public_dashboard ' => env ('PUBLIC_DASHBOARD ' , false ),
2119
20+
2221 /**
2322 * Speedtest settings.
2423 */
3231
3332 'checkinternet_url ' => env ('SPEEDTEST_CHECKINTERNET_URL ' , 'https://icanhazip.com ' ),
3433
34+
3535 /**
3636 * IP filtering settings.
3737 */
38+
39+ 'allowed_ips ' => env ('ALLOWED_IPS ' ),
40+
3841 'skip_ips ' => env ('SPEEDTEST_SKIP_IPS ' , '' ),
3942
43+
4044 /**
4145 * Threshold settings.
4246 */
You can’t perform that action at this time.
0 commit comments