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:
Mukundan Sundararajan 2023-10-09 11:04:25 -07:00 committed by GitHub
parent 9f9deb7349
commit dafd3f379c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 11 deletions

View File

@ -156,7 +156,7 @@ apps:
appPort: 3000
unixDomainSocket: "/tmp/test-socket"
env:
- DEBUG: false
DEBUG: false
command: ["./backend"]
```
@ -193,7 +193,7 @@ apps:
appPort: 3000
unixDomainSocket: "/tmp/test-socket"
env:
- DEBUG: false
DEBUG: false
```
The following rules apply for all the paths present in the template file: