forked from cloudfoundry-attic/cf-mssql-broker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cf_mssql_broker_noodbc_config.json
42 lines (39 loc) · 1.04 KB
/
cf_mssql_broker_noodbc_config.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
{
"dbIdentifierPrefix": "cf-",
"listeningAddr": ":3000",
"logLevel": "debug",
"brokerCredentials": {
"username": "username",
"password": "password"
},
"serviceCatalog": [
{
"bindable": true,
"description": "Microsoft SQL Server service for application development and testing",
"id": "b6844738-382b-4a9e-9f80-2ff5049d512f",
"name": "mssql-dev",
"plans": [
{
"description": "Shared SQL Server",
"id": "fb740fd7-2029-467a-9256-63ecd882f11c",
"name": "default",
"metadata": {
"bullets": [],
"displayName": "Mssql"
}
}
],
"tags": ["mssql", "relational"]
}
],
"brokerGoSqlDriver": "mssql",
"brokerMssqlConnection": {
"server": "127.0.0.1",
"port": "38017",
"database": "master",
"user id": "sa",
"password": "password1234!"
},
"servedMssqlBindingHostname" : "192.168.1.10",
"servedMssqlBindingPort" : 38017
}