Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/lab_configserver.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ In order for our microservices to be able to connect to the Registry service, we

Name this service **config-server** and specify the URI of your instance of the registry service. For example:

`cf cups config-service -p '{"tag":"config","uri":"<my-config-service-URI>"}'`
`cf cups config-server -p '{"tag":"config","uri":"<my-config-server-URI>"}'`

The URI of your Config server is the URI where your config server is deployed. This was displayed at the end of `cf push` command when deploying the service.

Expand Down