From ecbee16d255010afae8d99a9c70e186eb462c4a8 Mon Sep 17 00:00:00 2001 From: Christoph Helma Date: Mon, 19 Jul 2010 17:54:42 +0200 Subject: rjb added to api wrapper, cnonfig template fixed --- lib/templates/config.yaml | 82 ++++++++++++++++++++++++----------------------- 1 file changed, 42 insertions(+), 40 deletions(-) (limited to 'lib/templates') diff --git a/lib/templates/config.yaml b/lib/templates/config.yaml index b367af3..a833030 100644 --- a/lib/templates/config.yaml +++ b/lib/templates/config.yaml @@ -4,12 +4,12 @@ # # Example MySql: # - :database: - :adapter: mysql - :database: production - :username: root - :password: opentox - :host: localhost +:database: + :adapter: mysql + :database: production + :username: root + :password: opentox + :host: localhost # # Example 1: Using external test services # @@ -22,42 +22,44 @@ # opentox-validation: "http://opentox.informatik.uni-freiburg.de/validation/" # # Example 2: Using local services - :base_dir: /home/ist/webservices - :webserver: passenger - :services: - opentox-compound: "http://localhost/compound/" - opentox-dataset: "http://localhost/dataset/" - opentox-algorithm: "http://localhost/algorithm/" - opentox-model: "http://localhost/model/" - opentox-task: "http://localhost/task/" - opentox-validation: "http://localhost/validation/" +:base_dir: /home/ist/webservices +:webserver: passenger +:services: + opentox-compound: "http://localhost/compound/" + opentox-dataset: "http://localhost/dataset/" + opentox-algorithm: "http://localhost/algorithm/" + opentox-model: "http://localhost/model/" + opentox-task: "http://localhost/task/" + opentox-validation: "http://localhost/validation/" # # Accept headers: # - :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" +: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 +:default_task_max_duration: 3600 +:external_task_max_duration: 3600 + +# Uncomment for verbose logging +# :logger: debug -- cgit v1.2.3