Hello,
    I'd like to express that I find sync gateway documentation 
(http://docs.couchbase.com/sync-gateway/#developing) not very clear and on 
all honesty I don't understand what to write in the config file.
    Is there any documentation where I can find a step by step sync gateway 
config file creation? something for dummies please  :)
    Ok, so I was working with a DB in the local network, we have just moved 
to an amazon server and now I want to run sync gateway on that amazon 
server.
    My config.json file is this:

{

   "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.
        http://54.208.125.218/srestaurant

        I appreciate any help, 
       BR, Sandra

-- 
You received this message because you are subscribed to the Google Groups 
"Couchbase Mobile" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mobile-couchbase+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobile-couchbase/2d8db521-317f-4880-8a89-4c72e76fc18b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to