Sync Gateway does not save new databases added by REST API

Hi,

The following Json:

"server": "http://192.168.200.162:8091/"

is used to create a new database on a Couchbase server accessible on http://192.168.200.162:8091/.

If you want to use walrus, you should replace it by

"server" : "walrus:data"

Cheers