blob: 2562d69c07136212d66da3a55fcd12871a8d230f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
{
"partnerOne": {
"url": "http://localhost:7001",
"test": "/metrics"
},
"partnerTwo": {
"url": "http://localhost:7002",
"user": "controller_user",
"password": "P@ssword",
"test": "/metrics"
},
"partnerThree": {
"url": "http://localhost:7003",
"user": "controller_admin"
},
"partnerFour": {
"url": "http://localhost:7004",
"user": "m30402@sdncp.att.com",
"password": "${deployer_pass}",
"test": "/metrics"
}
}
|