@sachin9822/reports-lib 0.0.98 → 0.0.99
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,3 +1,38 @@
|
|
1
1
|
{
|
2
|
+
"language": "en",
|
3
|
+
"version": "1.0.0",
|
4
|
+
"auth": {
|
5
|
+
"issuer": "http://10.0.50.116:8080",
|
6
|
+
"redirectUri": "http://10.0.50.114:4200",
|
7
|
+
"silentRefreshRedirectUri": "http://10.0.50.114:4200/refresh-token.html",
|
8
|
+
"clientId": "jsfossil",
|
9
|
+
"logoutUrl": "http://10.0.50.114:4200",
|
10
|
+
"scope": "openid profile email fossil",
|
11
|
+
"requireHttps": false,
|
12
|
+
"requestAccessToken": true,
|
13
|
+
"showDebugInformation": true,
|
14
|
+
"oidc": true
|
15
|
+
},
|
16
|
+
"formatting": {
|
17
|
+
"shortDate": "DD/MM/YYYY",
|
18
|
+
"longDate": "LL",
|
19
|
+
"time": "LTS"
|
20
|
+
},
|
21
|
+
"logging": {
|
22
|
+
"levelMin": "Trace",
|
23
|
+
"levelMax": "Fatal"
|
24
|
+
},
|
25
|
+
"idle": {
|
26
|
+
"timeout": 12000000,
|
27
|
+
"countdown": 60000
|
28
|
+
},
|
29
|
+
"serviceUrl": "http://fossil-api.dev.bfccirrus.com:19081/SFA_BFC/BFC.Application.Services.Fossil",
|
30
|
+
"localChequeSettlementStockTypeCode":"CHQP",
|
31
|
+
"localCashSettlementStockTypeCode":"CASH",
|
32
|
+
"localSettlementDenomination": "MIXED",
|
33
|
+
"sysBaseRoundOff": "SysBaseRoundOff",
|
34
|
+
"sessionTimeoutMinutes": "59",
|
35
|
+
"directToAccount":"DTA,C2B",
|
36
|
+
"cashPayout":"CPO,C2C",
|
2
37
|
"reportServiceUrl": "https://4xplus-local.xpressmoney.tech:8752"
|
3
|
-
}
|
38
|
+
}
|
@@ -1,3 +1,42 @@
|
|
1
1
|
{
|
2
|
-
"
|
2
|
+
"language": "#{Language}",
|
3
|
+
"version": "#{ThisMustBeSetDuringBuildOnVSTS}",
|
4
|
+
"auth": {
|
5
|
+
"issuer": "#{Auth.Issuer}",
|
6
|
+
"redirectUri": "#{Auth.RedirectUri}",
|
7
|
+
"silentRefreshRedirectUri" : "#{Auth.SilentRefreshRedirectUri}",
|
8
|
+
"clientId": "#{Auth.ClientId}",
|
9
|
+
"logoutUrl":"#{Auth.LogoutUrl}",
|
10
|
+
"scope": "#{Auth.Scope}",
|
11
|
+
"requireHttps": "#{Auth.RequireHttps}",
|
12
|
+
"requestAccessToken": "#{Auth.RequestAccessToken}",
|
13
|
+
"showDebugInformation": "#{Auth.ShowDebugInformation}",
|
14
|
+
"oidc" : "#{Auth.Oidc}"
|
15
|
+
},
|
16
|
+
"formatting": {
|
17
|
+
"shortDate": "#{Formatting.ShortDate}",
|
18
|
+
"longDate": "#{Formatting.LongDate}",
|
19
|
+
"time": "#{Formatting.Time}"
|
20
|
+
},
|
21
|
+
"logging": {
|
22
|
+
"levelMin": "#{Logging.LevelMin}",
|
23
|
+
"levelMax": "#{Logging.LevelMax}"
|
24
|
+
},
|
25
|
+
"idle": {
|
26
|
+
"timeout": "#{Idle.Timeout}",
|
27
|
+
"countdown": "#{Idle.Countdown}"
|
28
|
+
},
|
29
|
+
"scriptxServiceUrl": "#{scriptxServiceUrl.Fossil}",
|
30
|
+
"selfHostedServiceUrl": "#{selfHostedServiceUrl.Fossil}",
|
31
|
+
"scriptxLicence": "#{scriptxLicence.Fossil}",
|
32
|
+
"serviceUrl": "#{ServiceUrls.Fossil}",
|
33
|
+
"localChequeSettlementStockTypeCode":"#{localChequeSettlementStockTypeCode}",
|
34
|
+
"localCashSettlementStockTypeCode":"#{localCashSettlementStockTypeCode}",
|
35
|
+
"localSettlementDenomination": "#{localSettlementDenomination}",
|
36
|
+
"sysBaseRoundOff": "SysBaseRoundOff",
|
37
|
+
"sessionTimeoutMinutes": "#{SessionTimeoutMinutes}",
|
38
|
+
"directToAccount":"#{directToAccount}",
|
39
|
+
"cashPayout":"#{cashPayout}",
|
40
|
+
"reportServiceUrl":"#{reportServiceUrl}"
|
41
|
+
|
3
42
|
}
|