Skip to content

Commit

Permalink
fix: letsencrypted issue by moving to selfhosted (#544)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathur07 authored Oct 6, 2021
1 parent 4831d0e commit 61758da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -208,13 +208,13 @@
},
"dependencyAnalytics.host": {
"type": "string",
"default": "https://f8a-analytics-2445582058137.production.gw.apicast.io",
"default": "https://gw.api.openshift.io/",
"description": "Host name of Dependency Analytics server.",
"scope": "window"
},
"dependencyAnalytics.apiKey": {
"type": "string",
"default": "9e7da76708fe374d8c10fa752e72989f",
"default": "207c527cfc2a6b8dcf4fa43ad7a976da",
"description": "3scale user_key to access dependencyAnalytics.host",
"scope": "window"
},
Expand Down

0 comments on commit 61758da

Please sign in to comment.