summaryrefslogtreecommitdiff
path: root/production.yaml
blob: e0f39d48cffb24578b4a128f97af122784735816 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
:base_dir: WWW_DEST

:services:
# make sure to enter a full uri (including training slash)
  opentox-compound:      "http://SERVERNAMENGINX_PORT/compound/"
  opentox-dataset:       "http://SERVERNAMENGINX_PORT/dataset/"
  opentox-algorithm:     "http://SERVERNAMENGINX_PORT/algorithm/"
  opentox-model:         "http://SERVERNAMENGINX_PORT/model/"
  opentox-task:          "http://SERVERNAMENGINX_PORT/task/"
  opentox-toxcreate:     "http://SERVERNAMENGINX_PORT/toxcreate/"
  opentox-validation:    "http://SERVERNAMENGINX_PORT/validation/"
  opentox-ontology:      "http://apps.ideaconsult.net:8080/ontology"

:json_hosts:
  - "localhost"
  - "SERVERNAME"
  - "webservices.in-silico.ch"
  - "opentox.informatik.uni-freiburg.de"

:ohm_port: OHM_PORT

# Uncomment for verbose logging
LOGGER
:logger: debug
:backtrace: true