System Test appconfig has wrong management API URL configuration key
Barium opened this issue · 5 comments
Barium commented
It seems that the configuration for the companies in the resources folder, have not been updated to reflect the changes in the DataDashboard: eclipse-edc/DataDashboard@550f6d0
Basically the configuration key: "dataManagementApiUrl"
should be renamed to "managementApiUrl"
to reflect the changes in DataDashboard.
Is:
{
"apiKey": "ApiKeyDefaultValue",
"dataManagementApiUrl": "http://localhost:9192/api/management",
"storageAccount": "company2assets",
"storageExplorerLinkTemplate": "storageexplorer://v=1",
"theme": "theme-2"
}
Should probably be:
{
"apiKey": "ApiKeyDefaultValue",
"managementApiUrl": "http://localhost:9192/api/management",
"storageAccount": "company2assets",
"storageExplorerLinkTemplate": "storageexplorer://v=1",
"theme": "theme-2"
}
github-actions commented
This issue is stale because it has been open for 14 days with no activity.
github-actions commented
This issue is stale because it has been open for 28 days with no activity.
github-actions commented
This issue was closed because it has been inactive for 7 days since being marked as stale.
github-actions commented
This issue was closed because it has been inactive for 7 days since being marked as stale.