Add mention of APP_TIMEZONE to README

I lost more time than I care to admit trying to track this down. Putting it as part of the documentation should hopefully help others in the future.
This commit is contained in:
Kyle Carter 2025-08-16 21:25:18 -06:00 committed by Benjamin Nussbaum
parent fdf8031d08
commit 888b61a575

View file

@ -110,6 +110,7 @@ php artisan db:seed --class=ExampleRecipesSeeder
| `FORCE_HTTPS` | If your server handles SSL termination, enforce HTTPS. | 0 |
| `PHP_OPCACHE_ENABLE` | Enable PHP Opcache | 0 |
| `TRMNL_IMAGE_URL_TIMEOUT` | How long TRMNL waits for a response on the display endpoint. (sec) | 30 |
| `APP_TIMEZONE` | The timezone that the system should run under (Affects "Sleep Mode" | UTC |
#### Login