Skip to content

Commit

Permalink
Remove preprod environment (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
victorarbuesmallada authored Feb 14, 2025
1 parent ab4567e commit f6eda21
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions conf/hipEnvironments.conf
Original file line number Diff line number Diff line change
Expand Up @@ -23,25 +23,15 @@ hipEnvironments = {
useProxy = false,
apimEnvironmentName = "production"
},
preProduction = {
id = "preprod",
rank = 2,
apimUrl = "http://localhost:15026/api-hub-apim-stubs/platform-management/environments/preprod"
clientId = "apim-stub-client-id",
secret = "apim-stub-secret",
useProxy = false,
promoteTo = "production",
apimEnvironmentName = "preprod"
},
test = {
id = "test",
rank = 3,
rank = 2,
apimUrl = "http://localhost:15027/apim-proxy/api-hub-apim-stubs/platform-management/environments/test"
clientId = "apim-stub-client-id",
secret = "apim-stub-secret",
useProxy = true,
apiKey = "some-magic-key",
promoteTo = "preprod",
promoteTo = "production",
apimEnvironmentName = "test"
}
},
Expand Down

0 comments on commit f6eda21

Please # to comment.