Code Review
/
sdc.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
f6e634481f254c197efd5e5b92014ccaf02b46b3
[sdc.git]
/
1
{
2
webseal {
3
fe="<%= @fe_url %>"
4
portalCookieName="EPService"
5
users = [
6
{
7
userId="cs0008"
8
password="123123a"
9
firstName="Carlos"
10
lastName="Santana"
11
role="Designer"
12
email="csantana@sdc.com"
13
},
14
{
15
userId="jh0003"
16
password="123123a"
17
firstName="Jimmy"
18
lastName="Hendrix"
19
role="Admin"
20
email="admin@sdc.com"
21
},
22
{
23
userId="jm0007"
24
password="123123a"
25
firstName="Johnny"
26
lastName="Depp"
27
role="Tester"
28
email="tester@sdc.com"
29
}
30
]
31
}
32
33
}
34