ssbc / ssb-config

standard configuration for ssb
MIT License
23 stars 18 forks source link

arbitrary process.argv taken as config options #56

Open christianbundy opened 5 years ago

christianbundy commented 5 years ago

I'm using --host and --port to set where I want my SSB web client to run but it looks like ssb-config is checking process.argv and assuming that those arguments are meant to be SSB configs. It seems like this might be coming from the RC package -- maybe there's a way to disable this behavior? I can call it --web-host and --web-port but that's sort of a hacky workaround.