First Initial
This commit is contained in:
46
appsettings.Staging.json
Normal file
46
appsettings.Staging.json
Normal file
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"connectionStrings": {
|
||||
"mainDBConnectionString": "Server=appgek.com;Port=15432;Database=tb320_hr;User ID=zerpa;Password=zerpa1234;",
|
||||
"externalDBConnectionString": "Server=appgek.com;Port=15432;Database=tb320_hr;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": "/tb320hr"
|
||||
},
|
||||
"SiteInformation": {
|
||||
"appsite": "/eva",
|
||||
"apisite": "/eva",
|
||||
"mainsite": "https://tb320.dev.appgek.com",
|
||||
"modulesite": "https://tb320.dev.appgek.com/menu/evaluation",
|
||||
"sitename": "เนติบัณฑิตยสภา ในพระบรมราชูปถัมภ์",
|
||||
"modulename": "ระบบประวัติเงินเดือนและการเลื่อนเงินเดือน",
|
||||
"chatsite": "http://chat.rmutto.ac.th"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user