Skip to content
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.

Commit

Permalink
Revert changes to config.ru
Browse files Browse the repository at this point in the history
  • Loading branch information
camertron committed Jan 26, 2016
1 parent e0ecbc1 commit 757c453
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions config.ru
@@ -1,16 +1,6 @@
require_relative 'bootstrap'
require 'txgh'

if ENV['TX_CONFIG']
FileUtils.mkdir_p('./config')
File.write('./config/tx.config', ENV['TX_CONFIG'])
end

if ENV['TX_YAML']
FileUtils.mkdir_p('./config')
File.write('./config/txgh.yml', ENV['TX_YAML'])
end

map '/' do
use Txgh::Application
run Sinatra::Base
Expand Down

0 comments on commit 757c453

Please sign in to comment.