FUCKING FOREMAN

This commit is contained in:
R. Tyler Croy 2012-03-18 06:03:56 -07:00
parent 2a91c34ff4
commit f3cc69c567
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
web: bundle exec ./hubboard.rb
web: bundle exec ruby hubboard.rb

View File

@ -6,7 +6,6 @@ require 'json'
require 'httparty'
require 'resin/app/app'
if ENV['RACK_ENV'] = 'production'
MYSELF = 'http://hubboard.herokuapp.com'
else
@ -25,6 +24,7 @@ end
module Hubboard
class Server < Resin::Server
set :port, ENV['PORT'] || 4567
set :sessions, true
get '/oauth' do