Passing a config file argument to Thin from RubyMine
Hi,
Would it be possible to pass a config file when starting a thin server from RubyMine.
RubyMine starts the Thin server with:
rails server thin -b 0.0.0.0 -p 3000 -e development
I can manually start the Thin server with a config file by passing in a "-C" argument:
thin start -C config.yml
Would it be possible to start the thin server from RubyMine with a config file argument?
Thanks
Please sign in to leave a comment.