Files
hrm_eva/appsettings.Development.json
2020-08-29 20:11:13 +07:00

49 lines
1.8 KiB
JSON

{
"connectionStrings": {
//"mainDBConnectionString": "Server=192.168.1.34;Port=32432;Database=tb320_hr_site2;User ID=postgres;Password=ZdPr0jects;",
//"externalDBConnectionString": "Server=192.168.1.34;Port=32432;Database=tb320_hr_site2;User ID=postgres;Password=ZdPr0jects;"
"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": "C:\\tb320eva\\log.txt"
},
"Directories": {
"RootPath": "C:\\tb320eva",
"Logs": "C:\\tb320eva\\logs",
"Files": "C:\\tb320eva\\Files"
},
"MailServer": {
"Host": "",
"Port": "",
"Password": "",
"UserName": "",
"DefaultCredentials": "",
"EnableSsl": "",
"From": ""
},
"JasperReportServer": {
"MainURL": "http://tb320.zd.co.th/jasperserver/rest_v2/reports",
"LoginURL": "http://tb320.zd.co.th/jasperserver/rest_v2/login",
"username": "tb@zd.co.th",
"password": "Be$m@rt",
"reportsite": "/tb320hr_site2"
},
"SiteInformation": {
"appsite": "/eva",
"apisite": "/eva",
"mainsite": "http://tb320.zd.co.th",
"modulesite": "http://tb320.zd.co.th/menu/evaluation",
"sitename": "เนติบัณฑิตยสภา ในพระบรมราชูปถัมภ์",
"modulename": "ระบบประวัติเงินเดือนและการเลื่อนเงินเดือน",
"hr_upload_api": "https://hrm.thethaibar.or.th/api/file/upload",
}
}