-
Notifications
You must be signed in to change notification settings - Fork 0
/
deploy.cfg
57 lines (55 loc) · 1.6 KB
/
deploy.cfg
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
[GenomeImporter]
kbase-endpoint = {{ kbase_endpoint }}
job-service-url = {{ job_service_url }}
workspace-url = {{ workspace_url }}
shock-url = {{ shock_url }}
scratch = /kb/module/work/tmp
data_api_url=https://www.patricbrc.org/api/
{% if handle_url %}
handle-service-url = {{ handle_url }}
{% else %}
handle-service-url = {{ kbase_endpoint }}/handle_service
{% endif %}
{% if srv_wiz_url %}
service-wizard = {{ srv_wiz_url }}
{% else %}
service-wizard = {{ kbase_endpoint }}/service_wizard
{% endif %}
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 %}
scratch = /kb/module/work/tmp
data_sources=cdm
load_data_option=preload
data_dir=/kb/module/work/tmp/annodata/
work_dir=/kb/module/work/tmp/annojobs/
separator=///
configdir=/kb/module/work/tmp/
use_data_api=0
[UtilConfig]
kbase-endpoint = {{ kbase_endpoint }}
job-service-url = {{ job_service_url }}
workspace-url = {{ workspace_url }}
service-wizard-url = {{ kbase_endpoint }}/service_wizard
shock-url = {{ shock_url }}
{% if handle_url %}
handle-service-url = {{ handle_url }}
{% else %}
handle-service-url = {{ kbase_endpoint }}/handle_service
{% endif %}
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 %}
fulltrace = 1
debugfile = /kb/module/work/tmp/debug.txt
debugging = 0
reportimpl = 0