db config added

This commit is contained in:
yashwin-foxy 2025-09-11 17:18:15 +05:30
parent 53e0f7ba50
commit e163995a76

7
.env
View File

@ -1,3 +1,8 @@
ZOHO_CLIENT_ID=1000.PY0FB5ABLLFK2WIBDCNCGKQ0EUIJMY
ZOHO_CLIENT_SECRET=772c42df00054668efb6a5839f1874b1dc89e1a127
ZOHO_REDIRECT_URI=centralizedreportingsystem://oauth/callback
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