mirror of https://github.com/dapr/docs.git
fix typo in multi-app run env var def (#3800)
Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
This commit is contained in:
parent
9f9deb7349
commit
dafd3f379c
|
@ -156,7 +156,7 @@ apps:
|
||||||
appPort: 3000
|
appPort: 3000
|
||||||
unixDomainSocket: "/tmp/test-socket"
|
unixDomainSocket: "/tmp/test-socket"
|
||||||
env:
|
env:
|
||||||
- DEBUG: false
|
DEBUG: false
|
||||||
command: ["./backend"]
|
command: ["./backend"]
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -193,7 +193,7 @@ apps:
|
||||||
appPort: 3000
|
appPort: 3000
|
||||||
unixDomainSocket: "/tmp/test-socket"
|
unixDomainSocket: "/tmp/test-socket"
|
||||||
env:
|
env:
|
||||||
- DEBUG: false
|
DEBUG: false
|
||||||
```
|
```
|
||||||
|
|
||||||
The following rules apply for all the paths present in the template file:
|
The following rules apply for all the paths present in the template file:
|
||||||
|
|
Loading…
Reference in New Issue