Skip to content

Instantly share code, notes, and snippets.

@tleyden
Created May 23, 2018 21:59
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 tleyden/b3809502840005862cda8f23ce0ebd80 to your computer and use it in GitHub Desktop.
Save tleyden/b3809502840005862cda8f23ce0ebd80 to your computer and use it in GitHub Desktop.
sgconfig.json
{
"logging": {
"console": {
"log_keys": ["*"]
}
},
"databases": {
"db": {
"server": "http://couchbase:8091",
"bucket": "default",
"username": "Administrator",
"password": "password",
"users": {
"GUEST": { "disabled": false, "admin_channels": ["*"] },
"testuser": { "disabled": false, "password": "password", "admin_channels": ["testuser"] }
},
"allow_conflicts": false,
"revs_limit": 20,
"num_index_replicas": 0
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment