Created
March 4, 2014 16:21
-
-
Save phoffer/9349681 to your computer and use it in GitHub Desktop.
Windows launcher for thin
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ENV['MONGOLAB_URI'] = 'mongodb://user:pass@server:port/db_name' | |
ENV['other_ENV_var'] = 'other environment variable' | |
spawn 'thin -R config.ru start -p 3000' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment