Possible error in sync gateway config documentation

The documentation I’m referring to is here.

When I use "server": "http://10.0.0.30,10.0.0.31:8091" in the SG config I get this warning message on start up:
[WRN] Unable to retrieve server’s metadata purge interval - will use default value. Get http://10.0.0.30,10.0.0.31:8091/settings/autoCompaction: dial tcp: lookup 10.0.0.30,10.0.0.31: no such host – db.NewDatabaseContext() at database.go:374

When I use "server": "couchbase://10.0.0.30" in the SG config I get this warning message on start up:
[WRN] Unable to retrieve server’s metadata purge interval - will use default value. Get couchbase://10.0.0.30/settings/autoCompaction: unsupported protocol scheme “couchbase” – db.NewDatabaseContext() at database.go:374

Using "server": "http://10.0.0.30" shows no warning message.

SG version is:
{“couchdb”:“Welcome”,“vendor”:{“name”:“Couchbase Sync Gateway”,“version”:“2.1”},“version”:“Couchbase Sync Gateway/2.1.3(4;7143b13)”}

Thanks!

Hello,

Both the comma separated http host issue and the couchbase:// prefixed issue have been resolved in the next version of Sync Gateway; version 2.5.0 which is due to be released soon.
I would however, like to point out that using host http://10.0.0.30 is not expected to work as this will attempt to use the default http port of 80. Please ensure that you append the 8091 port to the end of that hostname.

Regards
Jacques