From 035bf7c4d3b560a1f386b19ec831b3f62985d1aa Mon Sep 17 00:00:00 2001 From: Akalanka Date: Sat, 23 Sep 2023 17:10:08 +0530 Subject: [PATCH] Chore: updated orchestrator .env.example file --- services/orchestrator/.env.example | 1 + services/product/.env.example | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/services/orchestrator/.env.example b/services/orchestrator/.env.example index 12df29c..1c76e29 100644 --- a/services/orchestrator/.env.example +++ b/services/orchestrator/.env.example @@ -9,4 +9,5 @@ ORDER_SERVICE_BASE_URL= REVIEW_SERVICE_BASE_URL= ADMIN_SERVICE_BASE_URL= REPORT_SERVICE_BASE_URL= +SUPPORT_SERVICE_BASE_URL= REDIS_CONNECTION_STRING= \ No newline at end of file diff --git a/services/product/.env.example b/services/product/.env.example index 4552bed..f734bcf 100644 --- a/services/product/.env.example +++ b/services/product/.env.example @@ -1,3 +1,3 @@ PORT=2006 DB_URL= -COMMISSION_PERCENTAGE= \ No newline at end of file +COMMISSION_PERCENTAGE=5 \ No newline at end of file