Skip to content

Commit

Permalink
Merge pull request #1835 from kbase/DATAUP-128-narr-refactor
Browse files Browse the repository at this point in the history
DATAUP-128 add a narrative-refactor stanza to the config
  • Loading branch information
sychan committed Oct 1, 2020
2 parents 8369645 + ba5cfa4 commit e1c7368
Show file tree
Hide file tree
Showing 2 changed files with 101 additions and 1 deletion.
52 changes: 51 additions & 1 deletion src/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"google_ad_conversion": "kR9OCLas4JgBEOy2pucC"
},
"comm_wait_timeout": 600000,
"config": "dev",
"config": "narrative-refactor",
"data_panel": {
"initial_sort_limit": 10000,
"max_name_length": 33,
Expand Down Expand Up @@ -321,6 +321,56 @@
"ws_browser": "https://narrative-dev.kbase.us/#ws",
"google_analytics_id": "UA-131054609-1"
},
"narrative-refactor": {
"KBaseSearchEngine": "https://narrative-refactor.kbase.us/services/searchapi2/legacy",
"auth": "https://narrative-refactor.kbase.us/services/auth",
"awe": "https://narrative-refactor.kbase.us/services/awe-api",
"catalog": "https://narrative-refactor.kbase.us/services/catalog",
"cdn": "https://narrative-refactor.kbase.us/cdn/files",
"compound_img_url": "http://minedatabase.mcs.anl.gov/compound_images/ModelSEED/",
"data_import_export": "https://narrative-refactor.kbase.us/services/data_import_export",
"data_panel_sources": "/data_source_config.json",
"execution_engine2": "https://narrative-refactor.kbase.us/services/ee2",
"fba": "https://narrative-refactor.kbase.us/services/KBaseFBAModeling/",
"ftp_api_root": "/data/bulk",
"ftp_api_url": "https://narrative-refactor.kbase.us/services/kb-ftp-api/v0",
"gene_families": "https://narrative-refactor.kbase.us/services/gene_families",
"genomeCmp": "https://narrative-refactor.kbase.us/services/genome_comparison/jsonrpc",
"groups": "https://narrative-refactor.kbase.us/services/groups",
"job_service": "https://narrative-refactor.kbase.us/services/njs_wrapper",
"landing_pages": "/#dataview/",
"log_host": "https://elasticsearch2.chicago.kbase.us",
"log_port": 9000,
"log_proxy_host": "172.17.42.1",
"log_proxy_port": 32001,
"login": "https://narrative-refactor.kbase.us/services/authorization/Sessions/Login",
"narrative_job_proxy": "https://narrative-refactor.kbase.us/services/narrativejobproxy/",
"narrative_method_store": "https://narrative-refactor.kbase.us/services/narrative_method_store/rpc",
"narrative_method_store_image": "https://narrative-refactor.kbase.us/services/narrative_method_store/",
"narrative_method_store_types": "https://narrative-refactor.kbase.us/services/narrative_method_store/rpc",
"profile_page": "/#people/",
"protein_info": "",
"provenance_view": "/#objgraphview",
"reset_password": "https://gologin.kbase.us/ResetPassword",
"search": "https://narrative-refactor.kbase.us/services/search/getResults",
"service_wizard": "https://narrative-refactor.kbase.us/services/service_wizard",
"shock": "https://narrative-refactor.kbase.us/services/shock-api",
"staging_api_url": "https://narrative-refactor.kbase.us/services/staging_service",
"static_narrative_root": "https://kbase.us/n",
"status_page": "http://kbase.us/internal/status/",
"submit_jira_ticket": "https://atlassian.kbase.us/secure/CreateIssueDetails!init.jspa?pid=10200&issuetype=1&description=Narrative%20version",
"transform": "https://narrative-refactor.kbase.us/services/transform",
"trees": "https://narrative-refactor.kbase.us/services/trees",
"ui_common_root": "https://narrative-refactor.kbase.us/",
"update_profile": "https://gologin.kbase.us/account/UpdateProfile",
"uploader": "",
"user_and_job_state": "https://narrative-refactor.kbase.us/services/userandjobstate",
"user_profile": "https://narrative-refactor.kbase.us/services/user_profile/rpc",
"version_check": "{{ .Env.VERSION_CHECK }}",
"workspace": "https://narrative-refactor.kbase.us/services/ws",
"ws_browser": "https://narrative-refactor.kbase.us/#ws",
"google_analytics_id": "UA-131054609-1"
},
"release_notes": "https://github.com/kbase/narrative/blob/master/RELEASE_NOTES.md",
"tooltip": {
"hideDelay": 0,
Expand Down
50 changes: 50 additions & 0 deletions src/config.json.templ
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,56 @@
"ws_browser": "https://narrative-dev.kbase.us/#ws",
"google_analytics_id": "UA-131054609-1"
},
"narrative-refactor": {
"KBaseSearchEngine": "https://narrative-refactor.kbase.us/services/searchapi2/legacy",
"auth": "https://narrative-refactor.kbase.us/services/auth",
"awe": "https://narrative-refactor.kbase.us/services/awe-api",
"catalog": "https://narrative-refactor.kbase.us/services/catalog",
"cdn": "https://narrative-refactor.kbase.us/cdn/files",
"compound_img_url": "http://minedatabase.mcs.anl.gov/compound_images/ModelSEED/",
"data_import_export": "https://narrative-refactor.kbase.us/services/data_import_export",
"data_panel_sources": "/data_source_config.json",
"execution_engine2": "https://narrative-refactor.kbase.us/services/ee2",
"fba": "https://narrative-refactor.kbase.us/services/KBaseFBAModeling/",
"ftp_api_root": "/data/bulk",
"ftp_api_url": "https://narrative-refactor.kbase.us/services/kb-ftp-api/v0",
"gene_families": "https://narrative-refactor.kbase.us/services/gene_families",
"genomeCmp": "https://narrative-refactor.kbase.us/services/genome_comparison/jsonrpc",
"groups": "https://narrative-refactor.kbase.us/services/groups",
"job_service": "https://narrative-refactor.kbase.us/services/njs_wrapper",
"landing_pages": "/#dataview/",
"log_host": "https://elasticsearch2.chicago.kbase.us",
"log_port": 9000,
"log_proxy_host": "172.17.42.1",
"log_proxy_port": 32001,
"login": "https://narrative-refactor.kbase.us/services/authorization/Sessions/Login",
"narrative_job_proxy": "https://narrative-refactor.kbase.us/services/narrativejobproxy/",
"narrative_method_store": "https://narrative-refactor.kbase.us/services/narrative_method_store/rpc",
"narrative_method_store_image": "https://narrative-refactor.kbase.us/services/narrative_method_store/",
"narrative_method_store_types": "https://narrative-refactor.kbase.us/services/narrative_method_store/rpc",
"profile_page": "/#people/",
"protein_info": "",
"provenance_view": "/#objgraphview",
"reset_password": "https://gologin.kbase.us/ResetPassword",
"search": "https://narrative-refactor.kbase.us/services/search/getResults",
"service_wizard": "https://narrative-refactor.kbase.us/services/service_wizard",
"shock": "https://narrative-refactor.kbase.us/services/shock-api",
"staging_api_url": "https://narrative-refactor.kbase.us/services/staging_service",
"static_narrative_root": "https://kbase.us/n",
"status_page": "http://kbase.us/internal/status/",
"submit_jira_ticket": "https://atlassian.kbase.us/secure/CreateIssueDetails!init.jspa?pid=10200&issuetype=1&description=Narrative%20version",
"transform": "https://narrative-refactor.kbase.us/services/transform",
"trees": "https://narrative-refactor.kbase.us/services/trees",
"ui_common_root": "https://narrative-refactor.kbase.us/",
"update_profile": "https://gologin.kbase.us/account/UpdateProfile",
"uploader": "",
"user_and_job_state": "https://narrative-refactor.kbase.us/services/userandjobstate",
"user_profile": "https://narrative-refactor.kbase.us/services/user_profile/rpc",
"version_check": "{{ .Env.VERSION_CHECK }}",
"workspace": "https://narrative-refactor.kbase.us/services/ws",
"ws_browser": "https://narrative-refactor.kbase.us/#ws",
"google_analytics_id": "UA-131054609-1"
},
"release_notes": "https://github.com/kbase/narrative/blob/master/RELEASE_NOTES.md",
"tooltip": {
"hideDelay": 0,
Expand Down

0 comments on commit e1c7368

Please sign in to comment.