Hi,
I installed Couchbase Sync Gateway on an Azure VirtualMachine, I am able to use the url.cloudapp.net:4984 interface, and the url.cloudapp.net:4985 admin interface, yet I can’t access the Admin UI web interface at url.cloudapp.net:4985/_admin from my local machine.
This is the config I use
{
"log": ["HTTP+"],
"adminInterface": ":4985",
"interface": ":4984",
"databases": {
"timnet": {
"server": "http://localhost:8091",
"bucket": "timnet",
"users": {
"GUEST": {"disabled": false, "admin_channels": ["*"] }
},
"sync":`function(doc) {channel(doc.channels);}`
}
}
}