Added support to set the timezone via config/env vars

This commit is contained in:
Alejandro Celaya
2022-04-14 14:22:48 +02:00
parent fe28d6fba0
commit 52c55f385d
4 changed files with 10 additions and 3 deletions

View File

@@ -27,6 +27,7 @@ return [
Option\Redirect\Regular404RedirectConfigOption::class,
Option\Visit\VisitsThresholdConfigOption::class,
Option\BasePathConfigOption::class,
Option\TimezoneConfigOption::class,
Option\Worker\TaskWorkerNumConfigOption::class,
Option\Worker\WebWorkerNumConfigOption::class,
Option\Redis\RedisServersConfigOption::class,