Skip to content

Commit

Permalink
fix: Error in the request of a service configuration
Browse files Browse the repository at this point in the history
Closes: #628
Signed-off-by: Miguel Mesa <miguel.mesa.chica@gmail.com>
  • Loading branch information
mglmc committed Aug 4, 2023
1 parent 032679f commit e38cd2b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cmd/edgex-ui-server/res/configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ Registry:
Host: localhost
Port: 8500
Type: consul
ConfigRegistryStem: edgex/appservices/
ServiceVersion: '2.0'
ConfigRegistryStem: edgex/
ServiceVersion: 'v3'
APIGateway:
Server: localhost
ApplicationPort: 8000
Expand Down
4 changes: 2 additions & 2 deletions cmd/edgex-ui-server/res/docker/configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ Registry:
Host: edgex-core-consul
Port: 8500
Type: consul
ConfigRegistryStem: edgex/appservices/
ServiceVersion: '2.0'
ConfigRegistryStem: edgex/
ServiceVersion: 'v3'
APIGateway:
Server: edgex-nginx
ApplicationPort: 8000
Expand Down

0 comments on commit e38cd2b

Please sign in to comment.