Repository: incubator-brooklyn Updated Branches: refs/heads/master 0efc1e351 -> fc42b17ff
Minor fix: line endings after moving file Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/fc42b17f Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/fc42b17f Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/fc42b17f Branch: refs/heads/master Commit: fc42b17ff02bb44c1c8189ed97c26c5a949ecb4f Parents: 0efc1e3 Author: Hadrian Zbarcea <[email protected]> Authored: Thu Aug 6 16:03:02 2015 -0400 Committer: Hadrian Zbarcea <[email protected]> Committed: Thu Aug 6 16:03:02 2015 -0400 ---------------------------------------------------------------------- .../brooklyn/entity/nosql/couchdb/couch.ini | 34 ++++++++++---------- 1 file changed, 17 insertions(+), 17 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/fc42b17f/software/nosql/src/main/resources/org/apache/brooklyn/entity/nosql/couchdb/couch.ini ---------------------------------------------------------------------- diff --git a/software/nosql/src/main/resources/org/apache/brooklyn/entity/nosql/couchdb/couch.ini b/software/nosql/src/main/resources/org/apache/brooklyn/entity/nosql/couchdb/couch.ini index 692fc8b..f9dfc64 100644 --- a/software/nosql/src/main/resources/org/apache/brooklyn/entity/nosql/couchdb/couch.ini +++ b/software/nosql/src/main/resources/org/apache/brooklyn/entity/nosql/couchdb/couch.ini @@ -1,17 +1,17 @@ -[#ftl] -# -[couchdb] -database_dir = ${driver.runDir} -view_index_dir = ${driver.runDir} -uri_file = ${driver.runDir}/couch.uri - -[httpd] -port = ${entity.httpPort?c} -bind_address = 0.0.0.0 - -[ssl] -port = ${entity.httpsPort?c} - -[log] -file = ${driver.runDir}/couch.log -level = info \ No newline at end of file +[#ftl] +# +[couchdb] +database_dir = ${driver.runDir} +view_index_dir = ${driver.runDir} +uri_file = ${driver.runDir}/couch.uri + +[httpd] +port = ${entity.httpPort?c} +bind_address = 0.0.0.0 + +[ssl] +port = ${entity.httpsPort?c} + +[log] +file = ${driver.runDir}/couch.log +level = info
