From fa07e898dbc53f2f3cd9c5740ecbb2ebd29bd649 Mon Sep 17 00:00:00 2001 From: Christoph Helma Date: Mon, 9 Aug 2010 17:37:26 +0200 Subject: configuration simplified --- lib/templates/config.yaml | 30 +++--------------------------- 1 file changed, 3 insertions(+), 27 deletions(-) (limited to 'lib/templates') diff --git a/lib/templates/config.yaml b/lib/templates/config.yaml index a833030..00c00cb 100644 --- a/lib/templates/config.yaml +++ b/lib/templates/config.yaml @@ -32,34 +32,10 @@ opentox-task: "http://localhost/task/" opentox-validation: "http://localhost/validation/" # -# Accept headers: +# Yaml capable hosts (faster than OWL-DL) # -:accept_headers: - opentox-compound: - - "chemical/x-daylight-smiles" - - "chemical/x-inchi" - - "chemical/x-mdl-sdfile" - - "image/gif" - - "text/plain" - opentox-dataset: - - "application/x-yaml" - - "application/rdf+xml" - opentox-algorithm: - - "application/x-yaml" - - "application/rdf+xml" - opentox-model: - - "application/x-yaml" - - "application/rdf+xml" - opentox-task: - - "application/x-yaml" - - "application/rdf+xml" - opentox-validation: - - "application/x-yaml" - - "application/rdf+xml" - -# Timeouts: -:default_task_max_duration: 3600 -:external_task_max_duration: 3600 +:yaml_hosts: + - "localhost" # Uncomment for verbose logging # :logger: debug -- cgit v1.2.3