Update Environment Configuration for Production Deployment

- Changed the `APP_ENV` variable in the `.env.docker` file from `local` to `production`, aligning the environment settings with the deployment requirements for the production environment. This change is essential for ensuring that the application runs with the appropriate configurations and optimizations for a live setting.

This update aims to facilitate a smoother transition to production by ensuring the correct environment variables are set.
This commit is contained in:
Julien Nahum 2025-05-22 11:48:36 +02:00
parent eba87803a9
commit 1628c445d2
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
APP_NAME="OpnForm"
APP_ENV=local
APP_ENV=production
APP_KEY=
APP_DEBUG=false
APP_URL=http://localhost