Skip to content

Instantly share code, notes, and snippets.

@sarathkumarsivan
Created March 10, 2020 01:10
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 sarathkumarsivan/40e93846b3f6e8a3b1a3874d2f08b94f to your computer and use it in GitHub Desktop.
Save sarathkumarsivan/40e93846b3f6e8a3b1a3874d2f08b94f to your computer and use it in GitHub Desktop.
sg2.8.0_128_go1.14_failure_config
{
"logging": {
"log_file_path": "/var/tmp/sglogs",
"console": {
"log_level": "info",
"log_keys": ["*"]
},
"error": {"enabled":false},
"warn": {"enabled":false},
"info": {"enabled":false},
"debug": {"enabled":true},
"stats": {"enabled":false}
},
"databases":{
"db":{
"import_docs": true,
"enable_shared_bucket_access": true,
"num_index_replicas": 0,
"username": "sguser",
"password": "password",
"delta_sync": { "enabled": true},
"server": "http://10.16.1.205:8091",
"bucket":"leaky_bucket"
}
},
"replicator_compression": 0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment