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