What risk management practice does Laravel's `php artisan config:cache` command require regarding .env changes in production?
-
A
Config cache must be cleared and regenerated after any .env change, or the app continues using stale cached values
-
B
Config cache auto-refreshes every 60 seconds
-
C
.env changes are merged into the cache automatically on each request
-
D
Config cache only affects queue workers, not web requests