From f711dd5d492092bac55927efd6bddc515480cbfd Mon Sep 17 00:00:00 2001 From: Mathis Date: Mon, 13 May 2024 16:52:02 +0200 Subject: [PATCH] feat: add new environment variables to .env.exemple This commit introduces some additional environment variables to the .env.exemple file. The new variables include settings for the application port, debug mode, context, MySQL port, and MongoDB port. --- .env.exemple | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.env.exemple b/.env.exemple index 6b00e01..c7c8c08 100644 --- a/.env.exemple +++ b/.env.exemple @@ -1,8 +1,14 @@ +APP_PORT: 3000 +DEBUG: true +CONTEXT: dev + +MYSQL_PORT: 3434 MYSQL_USERNAME: 'apdbqixmwnsesdj' MYSQL_PASSWORD: 's6ts66q6987356v63668987t965z79q52fd' MYSQL_DATABASE: 'brief_06' MYSQL_ROOT_PASSWORD: '60680498848' +MONGO_PORT: 2727 MONGO_COLLECTION: 'brief_06' MONGO_USERNAME: 'szhaoqbeofgsnfo' MONGO_PASSWORD: 's47655982586r669e6ee5f58r8f45f35fe6' \ No newline at end of file