diff options
author | Michael Lando <ml636r@att.com> | 2018-03-04 14:53:33 +0200 |
---|---|---|
committer | Michael Lando <ml636r@att.com> | 2018-03-07 13:19:05 +0000 |
commit | a5445100050e49e83f73424198d73cd72d672a4d (patch) | |
tree | cacf4df817df31be23e4e790d1dda857bdae061e /utils/webseal-simulator/src/main/resources/webseal.conf | |
parent | 51157f92c21976cba4914c378aaa3cba49826931 (diff) |
Sync Integ to Master
Change-Id: I71e3acc26fa612127756ac04073a522b9cc6cd74
Issue-ID: SDC-977
Signed-off-by: Gitelman, Tal (tg851x) <tg851x@intl.att.com>
Diffstat (limited to 'utils/webseal-simulator/src/main/resources/webseal.conf')
-rw-r--r-- | utils/webseal-simulator/src/main/resources/webseal.conf | 29 |
1 files changed, 22 insertions, 7 deletions
diff --git a/utils/webseal-simulator/src/main/resources/webseal.conf b/utils/webseal-simulator/src/main/resources/webseal.conf index a7026e39fa..7065725ab1 100644 --- a/utils/webseal-simulator/src/main/resources/webseal.conf +++ b/utils/webseal-simulator/src/main/resources/webseal.conf @@ -1,22 +1,22 @@ { webseal { - fe="http://localhost:8181" + fe="http://10.0.2.15:8181" users = [ { - userId="cs0008" + userId="m08740" password="123123a" firstName="Carlos" lastName="Santana" role="Designer" - email="csantana@sdc.com" - }, + email="csantana@sdc.com" + }, { userId="op0001" password="123123a" firstName="Aretha" lastName="Franklin" role="Ops" - email="afranklin@sdc.com" + email="afranklin@sdc.com" }, { userId="jh0003" @@ -41,9 +41,24 @@ lastName="Shadmi" role="Governor" email="governor@sdc.com" + }, + { + userId="pm0001" + password="123123a" + firstName="Teddy" + lastName="Isashar" + role="Product Manager" + email="pm1@sdc.com" + }, + { + userId="ps0001" + password="123123a" + firstName="Eden" + lastName="Rozin" + role="Product Strategist" + email="ps1@sdc.com" } ] } - -} +} |