# # Default configuration options for Tapicero tests # # couch connection configuration connection: protocol: "http" host: "localhost" port: 5984 username: ~ password: ~ prefix: "tapicero_test" suffix: "" log_file: "/tmp/tapicero_test.log" log_level: debug # the directory to store the last processed user record in so # we can resume after a restart: seq_dir: "/tmp/tapicero"