Browse Source

Add registry name to redis yaml (#370)

davidfowl/aspnet-urls
Justin Kotalik 7 years ago
committed by GitHub
parent
commit
1c3e83a02b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      docs/tutorials/hello-tye/02_add_redis.md

1
docs/tutorials/hello-tye/02_add_redis.md

@ -77,6 +77,7 @@ We just showed how `tye` makes it easier to communicate between 2 applications r
```yaml
name: microservice
registry: <registry_name>
services:
- name: backend
project: backend\backend.csproj

Loading…
Cancel
Save