Skip to content

Commit

Permalink
Use consul UI param rather than host and port
Browse files Browse the repository at this point in the history
  • Loading branch information
graduta committed Jan 29, 2025
1 parent a93a16b commit 2d957bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Control/public/configuration/ConfigByCru.js
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ export default class Config extends Observable {
*/
getConsulConfigURL() {
const consul = COG.CONSUL;
return `${consul.protocol}://${consul.hostname}:${consul.port}/${consul.kVPrefix}/${consul.readoutCardPath}`;
return `${consul.protocol}://${consul.ui}/${consul.kVPrefix}/${consul.readoutCardPath}`;
}

/**
Expand Down

0 comments on commit 2d957bc

Please sign in to comment.