diff --git a/plugins/octopus-deploy/README.md b/plugins/octopus-deploy/README.md index f6de7dc392..fabd3c4737 100644 --- a/plugins/octopus-deploy/README.md +++ b/plugins/octopus-deploy/README.md @@ -28,10 +28,11 @@ To use it, you will need to generate an [API Key](https://octopus.com/docs/octop ``` // app-config.yaml proxy: - '/octopus-deploy': - target: 'https:///api' - headers: - X-Octopus-ApiKey: ${OCTOPUS_API_KEY} + endpoints: + '/octopus-deploy': + target: 'https:///api' + headers: + X-Octopus-ApiKey: ${OCTOPUS_API_KEY} ``` Optionally, also add the following section to your app-config.yaml if you wish to enable linking to the Project Release page in the Octopus Deploy UI from the footer of the Backstage Release Table. Typically this will be the server URL above without the /api postfix.