Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

{

"connConfig": {
"client": "mysql",
"debug": false,
"connection": {
"host": "localhost",
"user": "root",
"password": "shubham",
"database": "smart_hrms"
}
},
"mongoose": {
"host": "localhost",
"database": "smart"
},
"aws": {
"s3": {
"accessKeyId": "AKIA4L6NDLUGXIA5M7FQ",
"secretAccessKey": "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",
"bucket": "io-hrms",
"env": "dev"
}
},
"logFile": "C:/Users/Dell/Desktop/HRMS/logs/hrms.log",
"outputFolder": "C:/Users/Dell/Desktop/HRMS/media",
"jobInterval": "* * * * *",
"queryDebugMode": false,
"webSocketPort": 1337,
"port": 3010,
"isCookieSecure": false,
"keys": {
"UUIDEncryptKey": "ashish-007",
"commonEncryptKey": "007-ashish",
"passwordEncryptKey": "SMRH-QQQ-123"
},
"smtp": {
"username": "infoobjects.hrms@gmail.com",
"password": "HRMS.12345",
"port": 25,
"secure": false,
"host": "smtp.gmail.com",
"from": "'HRMS-Infoobjects'<donotreply@infoobjects.com>"
},
"domainUrl": "http://localhost:91/"
}

You might also like