From 309b6cc43fed9b310e9e43d48bd22ce01c172518 Mon Sep 17 00:00:00 2001 From: Unai Zorrilla Castro Date: Tue, 19 Sep 2017 12:34:47 +0200 Subject: [PATCH] Update k8s conf_local with GracePeriodManager mandatory settings --- k8s/conf_local.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/k8s/conf_local.yml b/k8s/conf_local.yml index 26afa09a2..39c5b95cf 100644 --- a/k8s/conf_local.yml +++ b/k8s/conf_local.yml @@ -19,6 +19,8 @@ data: MarketingNoSqlDbName: MarketingDb MarketingSqlDb: Server=sql-data;Initial Catalog=Microsoft.eShopOnContainers.Services.MarketingDb;User Id=sa;Password=Pass@word; OrderingBus: rabbitmq + GracePeriodManager_GracePeriodTime:"1" + GracePeriodManager_CheckUpdateTime:"15000" OrderingSqlDb: Server=sql-data;Initial Catalog=Microsoft.eShopOnContainers.Services.OrderingDb;User Id=sa;Password=Pass@word; PaymentBus: rabbitmq UseAzureServiceBus: "False"