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.
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 setpublic.api.host
in the settings file to some other value.