blob: c711a73113aad6b069b06ffd910a9f5494b296d0 [file] [log] [blame]
Michael Landoed64b5e2017-06-09 03:19:04 +03001{
2 webseal {
Michael Landoa5445102018-03-04 14:53:33 +02003 fe="http://10.0.2.15:8181"
Michael Landoed64b5e2017-06-09 03:19:04 +03004 users = [
5 {
Michael Landoa5445102018-03-04 14:53:33 +02006 userId="m08740"
Michael Landoed64b5e2017-06-09 03:19:04 +03007 password="123123a"
8 firstName="Carlos"
9 lastName="Santana"
Michael Landob3d48982017-06-11 14:22:02 +030010 role="Designer"
Michael Landoa5445102018-03-04 14:53:33 +020011 email="csantana@sdc.com"
12 },
Michael Landoed64b5e2017-06-09 03:19:04 +030013 {
Michael Landoed64b5e2017-06-09 03:19:04 +030014 userId="jh0003"
15 password="123123a"
16 firstName="Jimmy"
17 lastName="Hendrix"
18 role="Admin"
19 email="admin@sdc.com"
20 },
21 {
22 userId="jm0007"
23 password="123123a"
24 firstName="Johnny"
25 lastName="Depp"
26 role="Tester"
27 email="tester@sdc.com"
28 },
29 {
Michael Landoa5445102018-03-04 14:53:33 +020030 userId="pm0001"
31 password="123123a"
32 firstName="Teddy"
33 lastName="Isashar"
34 role="Product Manager"
35 email="pm1@sdc.com"
36 },
37 {
38 userId="ps0001"
39 password="123123a"
40 firstName="Eden"
41 lastName="Rozin"
42 role="Product Strategist"
43 email="ps1@sdc.com"
Michael Landoed64b5e2017-06-09 03:19:04 +030044 }
45 ]
46 }
Michael Landoed64b5e2017-06-09 03:19:04 +030047
Michael Landoa5445102018-03-04 14:53:33 +020048}