# # A bad config, used to test errors # # couch connection configurationq connection: protocol: "http" host: "localhost" port: 59840 ## ^^ wrong port :) username: ~ password: ~ prefix: "tapicero_test" suffix: "" # file to store the last processed user record in so we can resume after # a restart: seq_file: "/tmp/tapicero_test.seq" log_file: "/tmp/tapicero_test.log" log_level: debug