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

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

There is a newer version: 0.7.0-M1
Show newest version
[#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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy