Skip to content

Instantly share code, notes, and snippets.

@jmn8718
Last active September 3, 2016 21:53
Show Gist options
  • Save jmn8718/68f251a99a295be01a133a6fd361bc84 to your computer and use it in GitHub Desktop.
Save jmn8718/68f251a99a295be01a133a6fd361bc84 to your computer and use it in GitHub Desktop.
{
"log": ["*"],
"CORS": {
"Origin": ["http://localhost:8000"],
"LoginOrigin": ["http://localhost:8000"],
"Headers": ["Content-Type"],
"MaxAge": 17280000
},
"databases": {
"db": {
"server": "http://couchbase-server:8091",
"bucket": "mobile",
"users": { "GUEST": { "disabled": false, "admin_channels": ["*"] } }
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment