Configure root path
tomashley opened this issue · 3 comments
tomashley commented
Is it possible to pass a configuration option to halite to move the root of the web app to some arbitrary path?
For example, say I have 2 websites running on a server, I would like to know if it is possible to push the halite service to /halite/
At the moment it seems all the angular libs are hardcoded to /static/ as a root path
SmithSamuelM commented
in appConfigSrvc.coffee change baseUrl
and also the associated command line option to server bottle
pass-by-value commented
@tomashley Does it work for you now? Please let me know so that I can close this issue or investigate further.
pass-by-value commented
Closing this as it does not seem to be a problem. Please feel free to re-open or open another issue if this is not working for you.