Skip to content

Commit 0f90fbf

Browse files
committed
formatting
Signed-off-by: Hannah Hunter <[email protected]>
1 parent 1971635 commit 0f90fbf

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/container-apps/enable-dapr.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -61,18 +61,18 @@ When using an IaC template, specify the following arguments in the `properties.c
6161
appId: 'nodeapp'
6262
appProtocol: 'http'
6363
appPort: 3000
64-
httpReadBufferSize": 30
65-
httpMaxRequestSize": 10
64+
httpReadBufferSize: 30
65+
httpMaxRequestSize: 10
6666
logLevel: 'debug'
67-
enableApiLogging": true
68-
appHealth": {
69-
enabled": true
70-
path": "/health"
67+
enableApiLogging: true
68+
appHealth: {
69+
enabled: true
70+
path: '/health'
7171
probeIntervalSeconds: 3
7272
probeTimeoutMilliseconds: 1000
7373
threshold: 3
7474
},
75-
"maxConcurrency": 10
75+
maxConcurrency: 10
7676
}
7777
```
7878

0 commit comments

Comments
 (0)