Revert dapr.yaml changes for C#

Signed-off-by: Marc Duiker <marcduiker@users.noreply.github.com>
This commit is contained in:
Marc Duiker 2025-05-08 12:01:54 +02:00
parent 00a4e38743
commit a93c265cb6
No known key found for this signature in database
GPG Key ID: 6A36EA7754473DD7
2 changed files with 4 additions and 5 deletions

View File

@ -7,6 +7,5 @@ apps:
appPort: 5256
daprHTTPPort: 3556
command: ["dotnet", "run"]
appLogDestination: fileAndConsole
daprdLogDestination: fileAndConsole
logLevel: debug
appLogDestination: console
daprdLogDestination: console

View File

@ -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