Skip to content

Instantly share code, notes, and snippets.

@jimbolimbo3
Created April 6, 2021 15:53
Show Gist options
  • Save jimbolimbo3/a62e4392bae1611e77f855b144bcb4df to your computer and use it in GitHub Desktop.
Save jimbolimbo3/a62e4392bae1611e77f855b144bcb4df to your computer and use it in GitHub Desktop.
my-sg-config.json
{
"logging": {
"console": {
"enabled": true,
"log_level": "info",
"log_keys": ["HTTP"]
}
},
"databases": {
"db": {
"server": "http://couchbase-server:8091",
"bucket": "test",
"username": "Administrator",
"password": "Rubisco1",
"users": { "GUEST": { "disabled": false, "admin_channels": ["*"] } }
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment