mirror of https://github.com/dapr/docs.git
update keys to items for consistency (#4565)
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
This commit is contained in:
parent
f4848ae077
commit
0682cd077c
|
@ -263,7 +263,7 @@ using System.Threading.Tasks;
|
||||||
using Dapr.Client;
|
using Dapr.Client;
|
||||||
|
|
||||||
const string DAPR_CONFIGURATION_STORE = "configstore";
|
const string DAPR_CONFIGURATION_STORE = "configstore";
|
||||||
var CONFIGURATION_KEYS = new List<string> { "orderId1", "orderId2" };
|
var CONFIGURATION_ITEMS = new List<string> { "orderId1", "orderId2" };
|
||||||
var client = new DaprClientBuilder().Build();
|
var client = new DaprClientBuilder().Build();
|
||||||
|
|
||||||
// Subscribe for configuration changes
|
// Subscribe for configuration changes
|
||||||
|
|
Loading…
Reference in New Issue