diff options
author | andre.schmid <andre.schmid@est.tech> | 2020-02-17 10:11:54 +0000 |
---|---|---|
committer | Ofir Sonsino <ofir.sonsino@intl.att.com> | 2020-02-26 13:16:42 +0000 |
commit | c5d39edc6a5c3f980e9341f3ef0a09b7d28f98a1 (patch) | |
tree | fcc4db1a296c4592d16f2efcde16848f995b5e16 /catalog-ui/configurations | |
parent | 99f16df848dd16806e948327b73ef0dbaaaa0cce (diff) |
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 <andre.schmid@est.tech>
Diffstat (limited to 'catalog-ui/configurations')
-rw-r--r-- | catalog-ui/configurations/mock.json | 2 |
1 files changed, 1 insertions, 1 deletions
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", |