Skip to content

Instantly share code, notes, and snippets.

@phoffer
Created March 4, 2014 16:21
Show Gist options
  • Save phoffer/9349681 to your computer and use it in GitHub Desktop.
Save phoffer/9349681 to your computer and use it in GitHub Desktop.
Windows launcher for thin
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