From f7b719dbba112a1b9d31e8c2a1e0be9d5a711319 Mon Sep 17 00:00:00 2001 From: Mathis Date: Mon, 13 May 2024 10:47:39 +0200 Subject: [PATCH] feat: add .env.example file A new file, .env.example, has been added. It contains configuration for both MySQL and MongoDB, including username, password, and database information. --- .env.exemple | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .env.exemple diff --git a/.env.exemple b/.env.exemple new file mode 100644 index 0000000..6b00e01 --- /dev/null +++ b/.env.exemple @@ -0,0 +1,8 @@ +MYSQL_USERNAME: 'apdbqixmwnsesdj' +MYSQL_PASSWORD: 's6ts66q6987356v63668987t965z79q52fd' +MYSQL_DATABASE: 'brief_06' +MYSQL_ROOT_PASSWORD: '60680498848' + +MONGO_COLLECTION: 'brief_06' +MONGO_USERNAME: 'szhaoqbeofgsnfo' +MONGO_PASSWORD: 's47655982586r669e6ee5f58r8f45f35fe6' \ No newline at end of file