azat-co / mongoui

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

baseUrl auto or in config #42

Closed ludoo0d0a closed 7 years ago

ludoo0d0a commented 7 years ago

Please, do not hardcode the baseurl

let baseUrl = 'http://localhost:3001'

use relative url or at least, a config file. Thx

MPeli commented 7 years ago

localhost:3001 is hardcoded in bundle.js. It is very difficult to use with an own domain.

ludoo0d0a commented 7 years ago

I don't understand why you put this config in your own package.json. On each upgrade, this file will be overriden and custom config lost. Please use another file like 'settings.json'