-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathdeploy.cfg
More file actions
executable file
·28 lines (26 loc) · 897 Bytes
/
deploy.cfg
File metadata and controls
executable file
·28 lines (26 loc) · 897 Bytes
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
[GenomeFileUtil]
kbase-endpoint = {{ kbase_endpoint }}
job-service-url = {{ job_service_url }}
workspace-url = {{ workspace_url }}
shock-url = {{ shock_url }}
{% if handle_url %}
handle-service-url = {{ handle_url }}
{% else %}
handle-service-url = {{ kbase_endpoint }}/handle_service
{% endif %}
re-api-url = {{ kbase_endpoint }}/relation_engine_api
srv-wiz-url = {{ srv_wiz_url }}
njsw-url = {{ njsw_url }}
{% if auth_service_url %}
auth-service-url = {{ auth_service_url }}
{% endif %}
{% if auth_service_url_allow_insecure %}
auth-service-url-allow-insecure = {{ auth_service_url_allow_insecure }}
{% endif %}
search-url = {{ kbase_endpoint }}/searchapi
scratch = /kb/module/work/tmp
taxon-workspace-name=ReferenceTaxons
taxon-lookup-object-name=taxon_lookup
ontology-workspace-name=KBaseOntology
ontology-gene-ontology-obj-name=gene_ontology
ontology-plant-ontology-obj-name=plant_ontology