From dc58c8db450b5ac974f2dba7b5508fdd20d2802d Mon Sep 17 00:00:00 2001 From: Arseniy Sitnikov <74531830+arscoolik@users.noreply.github.com> Date: Sat, 21 Dec 2024 13:10:35 +0300 Subject: [PATCH] Added info about .env --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6eeb909..a1733a5 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,7 @@ cd db_kyc_project ### **2. Environment Setup** Create a `.env` file in the root of the project and add the needed variables +The exmaple can be viewed at [./env.example/](https://github.com/Danya-Djan/db_kyc_project/tree/dev/.env.example/dev) ### **3. Run the Project**