# # Default configuration options for Tapicero # # couch connection configuration connection: protocol: "http" host: "localhost" port: 5984 username: ~ password: ~ prefix: "" suffix: "" # directory to store the sequence file, which contains the last processed record sequence # allow us to resume after a restart seq_dir: "/var/run/tapicero" # Configure log_file like this if you want to log to a file instead of syslog: # log_file: "/var/log/leap/tapicero.log" log_level: debug # tapicero specific options options: # prefix for per user databases: db_prefix: "user-" # security settings to be used for the per user databases security: admins: names: [] roles: [] members: names: - soledad roles: []