-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathdeploy.cfg
More file actions
83 lines (72 loc) · 2.33 KB
/
deploy.cfg
File metadata and controls
83 lines (72 loc) · 2.33 KB
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
79
80
81
82
[RAST_SDK]
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 %}
relation-engine-url = {{ kbase_endpoint }}/relation_engine_api
scratch = /kb/module/work/tmp
[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
[GenomeAnnotation]
;
; The location of the kmer-v2 data directory. The current release of this data
; is at ftp://ftp.theseed.org/KmerClassification/Data.may1.tgz
; Tooling for automated download for this data is still in the works.
;
kmer_v2_data_directory = /data/kmer/V2Data
;
; The location of the classification data directory. Support for this is still
; incomplete.
;
kmer_classifier_data_directory = /data/kmer
kmer_service_url=http://localhost:7105
[genome_annotation]
;
; The location of the kmer-v2 data directory. The current release of this data
; is at ftp://ftp.theseed.org/KmerClassification/Data.may1.tgz
; Tooling for automated download for this data is still in the works.
;
kmer_v2_data_directory = /data/kmer/V2Data
;
; The location of the classification data directory. Support for this is still
; incomplete.
;
kmer_classifier_data_directory = /data/kmer
kmer_service_url=http://localhost:7105
[KmerAnnotationByFigfam]
kmer-data=/data/kmer
service-port=7105