azat-co / mongoui

MongoDB admin UI server written in Node.js 🎮

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

API host/port does not correctly configure

jamesinc opened this issue · comments

Maybe I am missing something here, but it looks like the config options to set the API base host doesn't take effect. I know the settings file is being picked up because it correctly connects to my remote Mongo DB, but the UI bindings still show localhost. In my web browser I get a connection refused showing that the UI is trying to call localhost:3001/api/dbs when I've set public.api.host in the settings file to some other value.