@nsshunt/stsconfig 1.25.96 → 1.25.97

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.
@@ -1481,10 +1481,6 @@ function SetupConfig(envOptions2, logger) {
1481
1481
  rest01prometheusclusterport: process.env.REST01_PROM_CLUSTER_PORT === void 0 ? "3013" : process.env.REST01_PROM_CLUSTER_PORT,
1482
1482
  rest01servicename: process.env.REST01_SERVICE_NAME === void 0 ? "STSRest01" : process.env.REST01_SERVICE_NAME,
1483
1483
  rest01serviceversion: process.env.REST01_SERVICE_VERSION === void 0 ? "1.0.0" : process.env.REST01_SERVICE_VERSION,
1484
- rest01clientid: process.env.REST01_CLIENT_ID,
1485
- rest01clientidfile: process.env.REST01_CLIENT_ID_FILE,
1486
- rest01clientsecret: process.env.REST01_CLIENT_SECRET,
1487
- rest01clientsecretfile: process.env.REST01_CLIENT_SECRET_FILE,
1488
1484
  imendpoint: process.env.IM_ENDPOINT === void 0 ? "https://localhost" : process.env.IM_ENDPOINT,
1489
1485
  imhostport: process.env.IM_HOST_PORT === void 0 ? "3001" : process.env.IM_HOST_PORT,
1490
1486
  import: process.env.IM_PORT === void 0 ? "3001" : process.env.IM_PORT,
@@ -1647,7 +1643,6 @@ function SetupConfig(envOptions2, logger) {
1647
1643
  const fileconfig = [
1648
1644
  { fileprop: "dbpasswordfile", prop: "dbpassword" },
1649
1645
  // Client ID file processing
1650
- { fileprop: "rest01clientidfile", prop: "rest01clientid" },
1651
1646
  { fileprop: "brokerclientidfile", prop: "brokerclientid" },
1652
1647
  { fileprop: "toclientidfile", prop: "toclientid" },
1653
1648
  { fileprop: "imclientidfile", prop: "imclientid" },
@@ -1655,7 +1650,6 @@ function SetupConfig(envOptions2, logger) {
1655
1650
  { fileprop: "trnclientidfile", prop: "trnclientid" },
1656
1651
  { fileprop: "lambdaclientidfile", prop: "lambdaclientid" },
1657
1652
  // Client secret file processing
1658
- { fileprop: "rest01clientsecretfile", prop: "rest01clientsecret" },
1659
1653
  { fileprop: "brokerclientsecretfile", prop: "brokerclientsecret" },
1660
1654
  { fileprop: "toclientsecretfile", prop: "toclientsecret" },
1661
1655
  { fileprop: "imclientsecretfile", prop: "imclientsecret" },