-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathvars.yaml
78 lines (68 loc) · 2.15 KB
/
vars.yaml
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
---
###############
# Point stage_dir to a different locatiom. By default it will reside in the current directory.
##############
stage_dir: "{{ lookup('env', 'PWD') }}/stage_dir"
########
###############
# staged_repos are cloned and deployed under stage_dir
##############
staged_repos:
noctua-form: master
noctua-landing-page: master
noctua-models: master
go-site: master
noctua-visual-pathway-editor: master
noctua-alliance-pathway-preview: master
################
# minerva JAVA_OPTS
##############
minerva_java_opts: "-Xmx4G"
######
# Golr Index
PROD_MODE: 0
#####
#
#
USE_CLOUDFLARE: 0
###############
# Barista Local Authentication.
##############
uri: 'http://orcid.org/XXXX-XXXX-XXXX-XXXX'
username: REPLACE_ME
password: REPLACE_ME
###
# Barista Lookup URL
# http://{{ barista_lookup_host }}:{{ barista_proxy_port }}
# The port should be available on host machine
#####
host: REPLACE_ME
barista_lookup_host: "{{ host }}"
barista_lookup_host_alias: "{{ barista_lookup_host }}"
barista_proxy_port: 8090
barista_protocol: http
barista_lookup_url: '{{ barista_protocol }}://{{ barista_lookup_host }}:{{ barista_proxy_port }}'
###
# Noctua Access Port from Browser
# http://{{ noctua_host }}:{{ noctua_proxy_port }}
# The port should be available on host machine
#####
noctua_host: "{{ host }}"
noctua_host_alias: "{{ noctua_host }}"
noctua_proxy_port: 8080
noctua_protocol: http
noctua_lookup_url: '{{ noctua_protocol }}://{{ noctua_host }}:{{ noctua_proxy_port }}'
#####
## GOLR.
#########
golr_host: "{{ host }}"
golr_lookup_port: 8983
golr_protocol: http
golr_lookup_url: '{{ golr_protocol }}://{{ golr_host }}:{{ golr_lookup_port }}/solr'
golr_neo_lookup_url: '{{ golr_lookup_url }}'
golr_labels_url: '{{ golr_lookup_url }}'
GOLR_INPUT_ONTOLOGIES: "http://skyhook.berkeleybop.org/release/ontology/extensions/go-gaf.owl
http://purl.obolibrary.org/obo/ncbitaxon/subsets/taxslim.owl
http://skyhook.berkeleybop.org/release/ontology/extensions/gorel.owl"
GOLR_INPUT_GAFS: "http://current.geneontology.org/annotations/aspgd.gaf.gz
http://skyhook.berkeleybop.org/release/annotations/cgd.gaf.gz"