summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Rakefile3
-rw-r--r--lib/templates/config.yaml82
2 files changed, 44 insertions, 41 deletions
diff --git a/Rakefile b/Rakefile
index b6c6939..41832bb 100644
--- a/Rakefile
+++ b/Rakefile
@@ -26,7 +26,8 @@ begin
"spreadsheet",
"google-spreadsheet-ruby",
"tmail",
- "rinruby"
+ "rinruby",
+ "rjb"
].each { |dep| gem.add_dependency dep }
[ "dm-core",
'dm-serializer',
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