Where is Couchbase Sync Gateway AdminUI? -


i have set "adminui": "0.0.0.0:4985/_admin/" in config. still 404 page not found when going endpoint (e.g. http://<host ip>:4985/_admin/).

this description of config line adminui http://developer.couchbase.com/documentation/mobile/1.2/develop/guides/sync-gateway/configuring-sync-gateway/config-properties/index.html

url of sync gateway admin console html page. default bundled sync gateway admin console @ localhost:4985/_admin/.

i got hint https://github.com/couchbase/sync_gateway/blob/aba088a902b162bcaed745510f4d012b8908a303/rest/config.go#l64

adminui *string `json:",omitempty"` // path admin html page, if omitted uses bundled html

i omitted line "adminui": "0.0.0.0:4985/_admin/" config file bundled couchbase sync gateway admin ui html page.


Comments

Popular posts from this blog

sequelize.js - Sequelize group by with association includes id -

android - Robolectric "INTERNET permission is required" -

java - Android raising EPERM (Operation not permitted) when attempting to send UDP packet after network connection -