Merge branch 'master' into 2244-sdk-docs
[arvados.git] / apps / workbench / config / environments / development.rb.example
index cbbe35e14f7a1fe346cf72227bbe092528a66695..389a25420f1b31eb75290dec3d435acf551e62f7 100644 (file)
@@ -1,4 +1,4 @@
-Vcffarm::Application.configure do
+ArvadosWorkbench::Application.configure do
   # Settings specified here will take precedence over those in config/application.rb
 
   # In the development environment your application's code is reloaded on
@@ -35,13 +35,4 @@ Vcffarm::Application.configure do
   # Expands the lines which load the assets
   config.assets.debug = true
 
-  config.orvos_login_base = 'http://orvos.local/login'
-  config.orvos_v1_base = 'http://orvos.local/orvos/v1'
-
-  config.data_import_dir = '/tmp/vcffarm-upload'
-  config.data_export_dir = '/tmp/vcffarm-download'
-
-  config.secret_token = File.read('config/.secret_token') if File.exist? 'config/.secret_token'
-
-  config.site_name = 'vcffarm.example.com'
 end