From c5d39edc6a5c3f980e9341f3ef0a09b7d28f98a1 Mon Sep 17 00:00:00 2001 From: "andre.schmid" Date: Mon, 17 Feb 2020 10:11:54 +0000 Subject: Fix dev config designer user in catalog-ui The userId for the mocked user used in the catalog-ui development environment was incorrect. Small adjustments in the webpack.server.js file. Improves the README.md for better understanding of some configuration options. Change-Id: I231f4349a868a2544a6b1ab9e9deb68873850e2b Issue-ID: SDC-2779 Signed-off-by: andre.schmid --- catalog-ui/configurations/mock.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'catalog-ui/configurations/mock.json') diff --git a/catalog-ui/configurations/mock.json b/catalog-ui/configurations/mock.json index 89454c7d80..17cbbb76ed 100644 --- a/catalog-ui/configurations/mock.json +++ b/catalog-ui/configurations/mock.json @@ -51,7 +51,7 @@ "xEcompRequestId": "ccccc" }, "designer": { - "userId": "m08740", + "userId": "cs0008", "email": "designer@sdc.com", "firstName": "Carlos", "lastName": "Santana", -- cgit 1.2.3-korg