azat-co / mongoui

MongoDB admin UI server written in Node.js 🎮
MIT License
585 stars 132 forks source link

API host/port does not correctly configure #64

Open jamesinc opened 6 years ago

jamesinc commented 6 years ago

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.