feat: switch CONTEXT from prod to dev in .env.example

This commit adjusts the .env.exemple file to better suit development needs, by updating the CONTEXT variable from 'prod' to 'dev'. This change provides easier environment setup for local testing and development.

Signed-off-by: Mathis <mherriot@yidhra.fr>
This commit is contained in:
Mathis 2024-05-15 09:15:24 +02:00
parent 66d83db9a7
commit f5a9885589
No known key found for this signature in database
GPG Key ID: F04890B32074D8C5

View File

@ -1,6 +1,6 @@
APP_PORT: 3000
DEBUG: true
CONTEXT: prod
CONTEXT: dev
MYSQL_PORT: 3434
MYSQL_HOST: 'localhost'