{
"interface":":4984",
"adminInterface":":4985",
"log":["REST"],
"databases":{
"srestaurant":{
"server":"http://172.16.1.115:8091",
"users": {
"GUEST": {"disabled": false, "admin_channels": ["*"] }
},
"shadow": {
"server": "http://172.16.1.115:8091",
"bucket": "restaurant"
},
"sync":`function(doc) {channel(doc.channels);}`
}
}
}
I installed sync gateway in the amazon server and tried to run it with this same config.json file above, just updating the IP to the amazon server.
The sync gateway seems to be up and running but if I try to connect to it I have no response from the server at all.
I installed sync gateway in the amazon server and tried to run it with this same config.json file above, just updating the IP to the amazon server.
The sync gateway seems to be up and running but if I try to connect to it I have no response from the server at all.
ooooh yeeeeah! I opened the ports and worked perfectly!Thanks a lot!I'm still interested in sync-gateway documentation, please.