Files
hrm_eva/appsettings.Production.json
Nakorn Rientrakrunchai 8b98125e49 First Initial
2020-02-20 15:02:39 +07:00

47 lines
1.5 KiB
JSON

{
"connectionStrings": {
"mainDBConnectionString": "Server=appgek.com;Port=15432;Database=tb320_hr_site2;User ID=zerpa;Password=zerpa1234;",
"externalDBConnectionString": "Server=appgek.com;Port=15432;Database=tb320_hr_site2;User ID=zerpa;Password=zerpa1234;"
},
"IdentityServer": {
"url": "",
"clientName": "api_client",
"clientSecret": "secret",
"apiName": "STAFF_API"
},
"Files": {
"LogFile": "/smart2/log.txt"
},
"Directories": {
"RootPath": "/smart2",
"Logs": "/smart2/logs",
"Files": "/smart2/Files"
},
"MailServer": {
"Host": "",
"Port": "",
"Password": "",
"UserName": "",
"DefaultCredentials": "",
"EnableSsl": "",
"From": ""
},
"JasperReportServer": {
"MainURL": "http://jasper.appgek.com:8480/jasperserver/rest_v2/reports",
"LoginURL": "http://jasper.appgek.com:8480/jasperserver/rest/login",
"username": "jasperadmin",
"password": "jasperadmin",
"reportsite": "/tb320hrsite2"
},
"SiteInformation": {
"appsite": "/eva",
"apisite": "/eva",
"mainsite": "https://tb320site2.dev.appgek.com",
"modulesite": "https://tb320site2.dev.appgek.com/menu/evaluation",
"sitename": "เนติบัณฑิตยสภา ในพระบรมราชูปถัมภ์",
"modulename": "ระบบประวัติเงินเดือนและการเลื่อนเงินเดือน",
"chatsite": "http://chat.rmutto.ac.th"
}
}