Skip to content
This repository has been archived by the owner on Dec 23, 2017. It is now read-only.

Commit

Permalink
reset rails application.rb to use DockerVolumeMountRunner
Browse files Browse the repository at this point in the history
  • Loading branch information
JonJagger committed Aug 13, 2015
1 parent 2bbeaca commit 7a1373b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ class Application < Rails::Application
ENV['CYBER_DOJO_LANGUAGES_ROOT'] ||= '/var/www/cyber-dojo/languages'
ENV['CYBER_DOJO_EXERCISES_ROOT'] ||= '/var/www/cyber-dojo/exercises'
ENV['CYBER_DOJO_KATAS_ROOT'] ||= '/var/www/cyber-dojo/katas'
ENV['CYBER_DOJO_RUNNER_CLASS_NAME'] ||= 'DockerGitCloneRunner'
ENV['CYBER_DOJO_RUNNER_CLASS_NAME'] ||= 'DockerVolumeMountRunner'
ENV['CYBER_DOJO_DISK_CLASS_NAME'] ||= 'HostDisk'
ENV['CYBER_DOJO_GIT_CLASS_NAME'] ||= 'HostGit'
ENV['CYBER_DOJO_ONE_SELF_CLASS_NAME'] ||= 'OneSelfDummy'
ENV['CYBER_DOJO_ONE_SELF_CLASS_NAME'] ||= 'OneSelf'
end

config.colorize_logging = true
Expand Down

0 comments on commit 7a1373b

Please sign in to comment.