All docs
This doc
By default, there are no links in the UIs of the API Store and API Publisher applications to traverse between the two apps.
To add a link in the WSO2 API Publisher to the WSO2 API Store:
Set the <DisplayURL>
to true
, and provide the URL of the Store in the <API-M_HOME>/repository/conf/api-manager.xml
file.
If you are using a distributed/clustered API Manager setup, this configuration must be done in the API Publisher node/s.
<APIStore> <DisplayURL>true</DisplayURL> <URL>https://<hostname>:9443/store</URL> </APIStore>
<hostname>
- The hostname of the API Publisher node.Restart the WSO2 API-M server.
Note that a URL that points to the API Store appears on the top, right-hand corner of the WSO2 API Publisher.
Example: