Files
hrm_eva/appsettings.Staging.json

48 lines
1.5 KiB
JSON

{
"connectionStrings": {
"mainDBConnectionString": "Server=192.168.2.233;Port=5432;Database=tb320_hr_site2;User ID=postgres;Password=project0*;",
"externalDBConnectionString": "Server=192.168.2.233;Port=5432;Database=tb320_hr_site2;User ID=postgres;Password=project0*;"
},
"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://tb-320.zd.co.th/jasperserver/rest_v2/reports",
"LoginURL": "http://tb-320.zd.co.th/jasperserver/rest_v2/login",
"username": "tb@zd.co.th",
"password": "Be$m@rt",
"reportsite": "/tb320hr"
},
"SiteInformation": {
"appsite": "/eva",
"apisite": "/eva",
"mainsite": "http://tb320dev.zd.co.th",
"modulesite": "http://tb320dev.zd.co.th/menu/evaluation",
"sitename": "เนติบัณฑิตยสภา ในพระบรมราชูปถัมภ์",
"modulename": "ระบบประวัติเงินเดือนและการเลื่อนเงินเดือน",
"hr_upload_api": "http://tb-320.zd.co.th/api/file/upload",
"hr_svc": "http://tb320.zd.co.th"
}
}