Skip to content

Commit

Permalink
A smaller second config file.
Browse files Browse the repository at this point in the history
  • Loading branch information
ingydotnet committed Sep 29, 2015
1 parent a3792c0 commit 8126a47
Showing 1 changed file with 56 additions and 0 deletions.
56 changes: 56 additions & 0 deletions cf-config-broker-2.json
@@ -0,0 +1,56 @@
{
"listeningAddr": ":3000",
"logLevel": "debug",
"brokerCredentials": {
"username": "username",
"password": "password"
},
"serviceCatalog": [
{
"id": "b6844738-382b-4a9e-9f80-2ff5049d512f",
"name": "mongodb",
"description": "MongoDB",
"bindable": true,
"plans": [
{
"id": "fb740fd7-2029-467a-9256-63ecd882f11c",
"name": "free",
"description": "MongoDB",
"metadata": {
"bullets": [
"public"
],
"displayName": "mongodb"
}
}
],
"metadata": {
"displayName": "",
"longDescription": "",
"documentationUrl": "",
"supportUrl": "",
"listing": {
"burlb": "",
"imageUrl": ""
},
"provider": {
"name": "cf-config-broker"
}
},
"tags": [
"mongodb",
"relational"
]
}
],
"bindingCredentials": {
"b6844738-382b-4a9e-9f80-2ff5049d512f": {
"database": "mongodb-dbname",
"host": "mongodb-host",
"password": "mongodb-pass",
"port": 1433,
"uri": "mongodb://mssqluser:msqlpass@mongodb-host:1433/mongodb-dbname",
"username": "mongodb-user"
}
}
}

0 comments on commit 8126a47

Please sign in to comment.