diff options
Diffstat (limited to 'bin/api')
| -rwxr-xr-x | bin/api | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -13,9 +13,9 @@ gemfile do gem "webrick", "~> 1.0" end -$scheme = ENV.fetch('SCHEME', 'http') -$port = ENV.fetch('PORT', 8284).to_i -$host = ENV.fetch('HOST', "localhost:#{$port}") +$scheme = ENV.fetch("SCHEME", "http") +$port = ENV.fetch("PORT", 8284).to_i +$host = ENV.fetch("HOST", "localhost:#{$port}") class Project class << self |
