Skip to content

Instantly share code, notes, and snippets.

@aluramh
Last active December 4, 2019 17:51
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 aluramh/0633acb34cc2ff23d6f30f42d8130de7 to your computer and use it in GitHub Desktop.
Save aluramh/0633acb34cc2ff23d6f30f42d8130de7 to your computer and use it in GitHub Desktop.
SG
{
"log": ["*"],
"interface": "0.0.0.0:4984",
"adminInterface": "0.0.0.0:4985",
"databases": {
"db": {
"server": "http://34.70.57.5:8091",
"num_index_replicas": 0,
"use_views": false,
"bucket": "card_bucket",
"username": "swap-jonajo",
"password": "%gXxZBZyct42",
"users": {
"GUEST": {
"disabled": false,
"admin_channels": ["*"],
"all_channels": ["*"]
}
}
},
"db2": {
"server": "http://34.70.57.5:8091",
"num_index_replicas": 0,
"use_views": false,
"bucket": "user_bucket",
"username": "swap-jonajo",
"password": "%gXxZBZyct42",
"users": {
"GUEST": {
"disabled": false,
"admin_channels": ["*"],
"all_channels": ["*"]
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment