summaryrefslogtreecommitdiff
path: root/lib/templates/config.yaml
blob: ad7c4aba3a6a9194256b63a6c652cefb5516cec8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Example configuration for OpenTox, please adjust to your settings
# 
# Example 1: Using external test services
#
# :services:
#  opentox-compound:      "http://webservices.in-silico.ch/test/compound/"
#  opentox-dataset:       "http://webservices.in-silico.ch/test/dataset/"
#  opentox-algorithm:     "http://webservices.in-silico.ch/test/algorithm/"
#  opentox-model:         "http://webservices.in-silico.ch/test/model/"
#  opentox-task:         "http://webservices.in-silico.ch/test/task/"
#
# Example 2: Using local services
# :base_dir: /home/ch/webservices
# :webserver: thin
# :services:
#   opentox-compound:      "http://localhost:4000/"
#   opentox-dataset:       "http://localhost:4001/"
#   opentox-algorithm:     "http://localhost:4002/"
#   opentox-model:         "http://localhost:4003/"
#   opentox-task:          "http://localhost:4004/"