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:
parent
eba87803a9
commit
1628c445d2
|
|
@ -1,5 +1,5 @@
|
|||
APP_NAME="OpnForm"
|
||||
APP_ENV=local
|
||||
APP_ENV=production
|
||||
APP_KEY=
|
||||
APP_DEBUG=false
|
||||
APP_URL=http://localhost
|
||||
|
|
|
|||
Loading…
Reference in New Issue