我正在尝试使用以下 config.json 文件将同步网关连接到 couchbase 服务器
{
"interface":":4984",
"adminInterface":":4985",
"log":["REST"],
"databases":{
"sync_gateway":{
"server":"http://localhost:8091",
"bucket":"sync_gateway",
"sync":`function(doc) {channel(doc.channels);}`,
"users": {
"GUEST": {
"disabled": false, "admin_channels": ["*"]
}
},
"shadow": {
"server": "http://localhost:8091",
"bucket": "copy"
}
}`enter code here`
}
}
但我无法进行阴影...显示以下错误
2016-06-30T17:54:57.013+05:30 警告:数据库“sync_gateway”:无法连接到外部存储桶以进行镜像:502 无法连接到影子存储桶:没有存储桶命名副本--rest.(*ServerContext )._getOrAddDatabaseFromConfig() 在服务 r_context.go:793