You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add options to Mimosa for proxy-settings.
Could be either a long string with all data (test:[email protected]:1337) or single-parameter values, like
user: test
pass: safe
domain:any.comport:1337
You could allow a new CLI cmd for mimosa to save it and ask for manual typing or auto search (npm/bower/ENV-checks).
Edit: Where you need this? For all HTTP outbound traffic, like Mimosa-Mod-Search, Mimosa-Skel-Seach and more. You could write a little options wrapper and pass it to mimosaConfig in every module.
The text was updated successfully, but these errors were encountered:
Should be noted here, dont save it inside mimosa-config.coffee, but rather inside a file of '.mimosa'. Everything else is user unfriendly and can break app whenever pushing new configs.
Add options to Mimosa for proxy-settings.
Could be either a long string with all data (
test:[email protected]:1337
) or single-parameter values, likeYou could allow a new CLI cmd for mimosa to save it and ask for manual typing or auto search (npm/bower/ENV-checks).
Edit: Where you need this? For all HTTP outbound traffic, like Mimosa-Mod-Search, Mimosa-Skel-Seach and more. You could write a little options wrapper and pass it to mimosaConfig in every module.
The text was updated successfully, but these errors were encountered: