File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
servicecontrol/servicecontrol-instances Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -228,7 +228,7 @@ Remote instances are listed in the `ServiceControl/RemoteInstances` app setting
228
228
``` xml
229
229
<configuration >
230
230
<appSettings >
231
- <add key =" ServiceControl/RemoteInstances" value =" [{' api_uri':' http://localhost:33334/api' }]" />
231
+ <add key =" ServiceControl/RemoteInstances" value =" [{" api_uri" : " http://localhost:33334/api" }]" />
232
232
</appSettings >/
233
233
</configuration >
234
234
```
@@ -238,7 +238,7 @@ Remote instances are listed in the `ServiceControl/RemoteInstances` app setting
238
238
``` xml
239
239
<configuration >
240
240
<appSettings >
241
- <add key =" ServiceControl/RemoteInstances" value =" [{' api_uri':' http://localhost:33334/api', ' queue_address':' Particular.ServiceControl.Remote' }]" />
241
+ <add key =" ServiceControl/RemoteInstances" value =" [{" api_uri" : " http://localhost:33334/api" , " queue_address" : " Particular.ServiceControl.Remote" }]" />
242
242
</appSettings >/
243
243
</configuration >
244
244
```
You can’t perform that action at this time.
0 commit comments