summaryrefslogtreecommitdiff
path: root/config
AgeCommit message (Collapse)Author
2013-12-19Version 0.2.0: use CouchRest::ChangesAzul
This also changes the format of the config file. Please make sure to adjust it.
2013-11-21Update default.yaml - couchdb security has members, not readersazul
2013-09-27clarify comment for log_file config settingAzul
2013-09-25log to file or syslog instead of STDOUTAzul
2013-09-16point to default config file for optionsAzul
add some explainations
2013-09-12use CouchRest::Database#changes, store and retrieve seqAzul
This commit bundles a few different changes: * we now use the CouchRest::Database#changes stream instead of our own * we store and read the last sequence number so on a restart we can start where we left * we now have a UserDatabase class rather than the CouchDatabaseCreator. It also knows about it's name and we create an instance of it per database we want to create. It's also more flexible when the databases already exist.
2013-09-11write _security to fresh couchAzul
2013-09-10we do not need couchrest_modelAzul
2013-09-10config file addedAzul