mirror of https://github.com/dapr/quickstarts.git
Revert dapr.yaml changes for C#
Signed-off-by: Marc Duiker <marcduiker@users.noreply.github.com>
This commit is contained in:
parent
00a4e38743
commit
a93c265cb6
|
@ -7,6 +7,5 @@ apps:
|
|||
appPort: 5256
|
||||
daprHTTPPort: 3556
|
||||
command: ["dotnet", "run"]
|
||||
appLogDestination: fileAndConsole
|
||||
daprdLogDestination: fileAndConsole
|
||||
logLevel: debug
|
||||
appLogDestination: console
|
||||
daprdLogDestination: console
|
||||
|
|
|
@ -3,9 +3,9 @@ common:
|
|||
resourcesPath: ../../resources
|
||||
apps:
|
||||
- appID: monitor
|
||||
appDirPath: monitor
|
||||
appDirPath: Monitor
|
||||
appPort: 5257
|
||||
daprHTTPPort: 3557
|
||||
command: ["python3", "app.py"]
|
||||
command: ["dotnet", "run"]
|
||||
appLogDestination: console
|
||||
daprdLogDestination: console
|
||||
|
|
Loading…
Reference in New Issue