Skip to content

Instantly share code, notes, and snippets.

@tahmmee
Created August 11, 2017 14:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tahmmee/505e998d923dd83555b8e4bcd9beb8e0 to your computer and use it in GitHub Desktop.
Save tahmmee/505e998d923dd83555b8e4bcd9beb8e0 to your computer and use it in GitHub Desktop.
sync gateway config for convergence
{
"log":[
"*",
"Import+"
],
"databases":{
"db":{
"users":{
"GUEST":{
"disabled":false,
"admin_channels":[
"*"
]
},
"testuser":{
"admin_channels":[
"ch_testuser"
],
"password":"ch_password"
}
},
"server": "http://Administrator:password@172.23.108.103:8091",
"bucket":"default",
"password":"password",
"import_docs":"continuous",
"unsupported":{
"enable_extended_attributes":true,
"replicator_2":true
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment