We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4848ae commit 0682cd0Copy full SHA for 0682cd0
daprdocs/content/en/developing-applications/building-blocks/configuration/howto-manage-configuration.md
@@ -263,7 +263,7 @@ using System.Threading.Tasks;
263
using Dapr.Client;
264
265
const string DAPR_CONFIGURATION_STORE = "configstore";
266
-var CONFIGURATION_KEYS = new List<string> { "orderId1", "orderId2" };
+var CONFIGURATION_ITEMS = new List<string> { "orderId1", "orderId2" };
267
var client = new DaprClientBuilder().Build();
268
269
// Subscribe for configuration changes
0 commit comments