-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathrules.conf.json
More file actions
50 lines (50 loc) · 867 Bytes
/
rules.conf.json
File metadata and controls
50 lines (50 loc) · 867 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"environments": [
{
"name": "Sandbox",
"app": {
"url": "http://oipa:9080/PASJava",
"credentials": {
"user": "LTJ49",
"password": "Jerome44*B"
}
},
"db": {
"app": {
"host": "db",
"name": "OIPA_Sandbox",
"user": "sa",
"password": "SQLServerPass1"
}
}
},
{
"name": "Aging3",
"app": {
"url": "http://oipa:9080/PASJava",
"credentials": {
"user": "LTJ49",
"password": "Jerome44*B"
}
},
"db": {
"app": {
"host": "db",
"name": "OIPA_Aging3",
"user": "sa",
"password": "SQLServerPass1"
}
}
}
],
"git": {
"uri": "https://github.com/jeromebridge/securian.git",
"user": "jeromebridge",
"password": "xx",
"name": "Jerome Bridge",
"email": "jeromebridge@pennassurancesoftware.com"
},
"role": {
"type": "releasemanager"
}
}