From e163995a762c568e09956cb048b446fcd0fe97f4 Mon Sep 17 00:00:00 2001 From: yashwin-foxy Date: Thu, 11 Sep 2025 17:18:15 +0530 Subject: [PATCH] db config added --- .env | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.env b/.env index 0eda4d2..af02f4e 100644 --- a/.env +++ b/.env @@ -1,3 +1,8 @@ ZOHO_CLIENT_ID=1000.PY0FB5ABLLFK2WIBDCNCGKQ0EUIJMY ZOHO_CLIENT_SECRET=772c42df00054668efb6a5839f1874b1dc89e1a127 -ZOHO_REDIRECT_URI=centralizedreportingsystem://oauth/callback \ No newline at end of file +ZOHO_REDIRECT_URI=centralizedreportingsystem://oauth/callback +DB_USER=root +DB_PASSWORD=Admin@123 +DB_NAME=centralized_reporting +DB_HOST=127.0.0.1 +DB_PORT=3306 \ No newline at end of file