-
Notifications
You must be signed in to change notification settings - Fork 3
/
.cdsrc-private.json
54 lines (54 loc) · 1.26 KB
/
.cdsrc-private.json
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
51
52
53
54
{
"requires": {
"[hybrid]": {
"db": {
"kind": "sqlite",
"credentials": {
"database": "db.sqlite"
}
},
"destinations": {
"binding": {
"type": "cf",
"apiEndpoint": "https://api.cf.eu10-004.hana.ondemand.com",
"org": "",
"space": "",
"instance": "dest-srv",
"key": "dest-srv-key",
"resolved": false
},
"kind": "destinations",
"vcap": {
"name": "destinations"
}
},
"auth": {
"kind": "basic",
"users": {
"admin": {
"password": "admin",
"ID": "admin",
"roles": [
]
},
"*": false
}
},
"connectivity": {
"binding": {
"type": "cf",
"apiEndpoint": "https://api.cf.eu10-004.hana.ondemand.com",
"org": "",
"space": "",
"instance": "conn-srv",
"key": "conn-srv-key",
"resolved": false
},
"kind": "connectivity",
"vcap": {
"name": "connectivity"
}
}
}
}
}