All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.apache.brooklyn.entity.nosql.couchdb.couch.ini Maven / Gradle / Ivy

There is a newer version: 1.1.0
Show newest version
[#ftl]
#
[couchdb]
database_dir = ${driver.runDir}
view_index_dir = ${driver.runDir}
uri_file = ${driver.runDir}/couch.uri

[${driver.bindSection}]
port = ${entity.httpPort?c}
bind_address = 0.0.0.0

[ssl]
port = ${entity.httpsPort?c}

[log]
file = ${driver.runDir}/couch.log
level = info




© 2015 - 2024 Weber Informatics LLC | Privacy Policy