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:
@@ -1,6 +1,6 @@
|
|||||||
APP_PORT: 3000
|
APP_PORT: 3000
|
||||||
DEBUG: true
|
DEBUG: true
|
||||||
CONTEXT: prod
|
CONTEXT: dev
|
||||||
|
|
||||||
MYSQL_PORT: 3434
|
MYSQL_PORT: 3434
|
||||||
MYSQL_HOST: 'localhost'
|
MYSQL_HOST: 'localhost'
|
||||||
|
|||||||
Reference in New Issue
Block a user