Browse Source

Update service_discovery.md (#613)

* Update service_discovery.md

Minor typo adjustment

* Update service_discovery.md

Updating update of typo
pull/616/head
Alec Papierniak 6 years ago
committed by GitHub
parent
commit
1e3b3f4bf9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/reference/service_discovery.md

2
docs/reference/service_discovery.md

@ -128,7 +128,7 @@ This is a typical pattern for initializing a database for local development - in
## How it works: URIs in development
For URIs, the Tye infrastructure will generate a set of environment variables using a well-known pattern. These environment variables will through through the configuration system and by used by `GetServiceUri()`.
For URIs, the Tye infrastructure will generate a set of environment variables using a well-known pattern. These environment variables will be available through the configuration system and used by `GetServiceUri()`.
These are normal environment variables and can be read directly or through the configuration system.

Loading…
Cancel
Save