Skip to content

Commit

Permalink
fix(3scale): modify 3scale environment variables - using THREESCALE (j…
Browse files Browse the repository at this point in the history
…anus-idp#1173)

RHIDP-1030: Unable to use 3scale dynamic plugin
  • Loading branch information
jesuino committed Feb 6, 2024
1 parent eacd0dc commit 247ebe0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/3scale-backend/app-config.janus-idp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ catalog:
providers:
threeScaleApiEntity:
dev:
baseUrl: '${_3SCALE_BASE_URL}' # https://<TENANT>-admin.3scale.net
accessToken: '${_3SCALE_ACCESS_TOKEN}'
baseUrl: '${THREESCALE_BASE_URL}' # https://<TENANT>-admin.3scale.net
accessToken: '${THREESCALE_ACCESS_TOKEN}'
schedule: # optional; same options as in TaskScheduleDefinition
# supports cron, ISO duration, "human duration" as used in code
frequency: { minutes: 1 }
Expand Down

0 comments on commit 247ebe0

Please sign in to comment.