-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathdeploy.cfg
45 lines (45 loc) · 1.32 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
[NarrativeService]
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 %}
{% 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 %}
narrative-method-store = {{ kbase_endpoint }}/narrative_method_store/rpc
{% if feeds_url %}
feeds-url = {{ feeds_url }}
{% else %}
feeds-url = {{ kbase_endpoint }}/feeds
{% endif %}
{% if catalog_url %}
catalog-url = {{ catalog_url }}
{% else %}
catalog-url = {{ kbase_endpoint }}/catalog
{% endif %}
{% if search_url %}
search-service-url = {{ search_url }}
{% else %}
search-service-url = {{ kbase_endpoint }}/searchapi2/rpc
{% endif %}
setapi-version = release
datapaletteservice-version = dev
scratch = /kb/module/work/tmp
intro-cell-file = /kb/module/local_data/intro-cell.json
narrative-list-cache-size = 20000
service-token = {{ service_token }}
ws-admin-token = {{ ws_admin_token }}