X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/47abf19591c9816f88f83db9fd2cbe93e2262e79..ee38970362aa72e8aeb875ce15028fffd7834a3b:/services/api/config/application.default.yml diff --git a/services/api/config/application.default.yml b/services/api/config/application.default.yml index 66e09f6719..4e1936b771 100644 --- a/services/api/config/application.default.yml +++ b/services/api/config/application.default.yml @@ -14,17 +14,6 @@ common: - # When you run the db:delete_old_job_logs task, it will find jobs that - # have been finished for at least this many seconds, and delete their - # stderr logs from the logs table. - clean_job_log_rows_after: <%= 30.days %> - - # When you run the db:delete_old_container_logs task, it will find - # containers that have been finished for at least this many seconds, - # and delete their stdout, stderr, arv-mount, crunch-run, and - # crunchstat logs from the logs table. - clean_container_log_rows_after: <%= 30.days %> - ## Set Time.zone default to the specified zone and make Active ## Record auto-convert to this zone. Run "rake -D time" for a list ## of tasks for finding time zone names. Default is UTC. @@ -80,10 +69,6 @@ production: test: force_ssl: false cache_classes: true - public_file_server: - enabled: true - headers: - 'Cache-Control': public, max-age=3600 whiny_nils: true consider_all_requests_local: true action_controller.perform_caching: false @@ -101,6 +86,5 @@ test: workbench_address: https://localhost:3001/ git_repositories_dir: <%= Rails.root.join 'tmp', 'git', 'test' %> git_internal_dir: <%= Rails.root.join 'tmp', 'internal.git' %> - websocket_address: "wss://0.0.0.0:<%= ENV['ARVADOS_TEST_WSS_PORT'] %>/websocket" trash_sweep_interval: -1 docker_image_formats: ["v1"]