From d65952f7799bb512ce46d8278205863cf9595e63 Mon Sep 17 00:00:00 2001 From: tmushayahama Date: Thu, 18 Jan 2024 13:38:12 -0800 Subject: [PATCH] Added ../noctua-standard-annotations/workbenches in config --- config/startup.yaml.all-dev | 1 + config/startup.yaml.environment-development | 1 + config/startup.yaml.environment-production | 1 + config/startup.yaml.noctua-barista-dev | 1 + config/startup.yaml.noctua-dev | 5 +++-- config/startup.yaml.noctua-dev_dev | 1 + config/startup.yaml.stack-dev | 1 + 7 files changed, 9 insertions(+), 2 deletions(-) diff --git a/config/startup.yaml.all-dev b/config/startup.yaml.all-dev index 11f7f283..1d5b60cf 100644 --- a/config/startup.yaml.all-dev +++ b/config/startup.yaml.all-dev @@ -81,6 +81,7 @@ WORKBENCHES: type: list value: - '../noctua-form/workbenches' + - "../noctua-standard-annotations/workbenches" - '../noctua-visual-pathway-editor/workbenches' - '../noctua-alliance-pathway-preview/workbenches' - '../noctua-landing-page/workbenches' diff --git a/config/startup.yaml.environment-development b/config/startup.yaml.environment-development index 7b057623..25a85049 100644 --- a/config/startup.yaml.environment-development +++ b/config/startup.yaml.environment-development @@ -80,6 +80,7 @@ WORKBENCHES: type: list value: - '../noctua-form/workbenches' + - "../noctua-standard-annotations/workbenches" - '../noctua-visual-pathway-editor/workbenches' - '../noctua-alliance-pathway-preview/workbenches' - '../noctua-landing-page/workbenches' diff --git a/config/startup.yaml.environment-production b/config/startup.yaml.environment-production index e875abc0..f90f01ca 100644 --- a/config/startup.yaml.environment-production +++ b/config/startup.yaml.environment-production @@ -80,6 +80,7 @@ WORKBENCHES: type: list value: - '../noctua-form/workbenches' + - "../noctua-standard-annotations/workbenches" - '../noctua-alliance-pathway-preview/workbenches' - '../noctua-landing-page/workbenches' - 'workbenches' diff --git a/config/startup.yaml.noctua-barista-dev b/config/startup.yaml.noctua-barista-dev index 5853faef..74cf833f 100644 --- a/config/startup.yaml.noctua-barista-dev +++ b/config/startup.yaml.noctua-barista-dev @@ -82,6 +82,7 @@ WORKBENCHES: type: list value: - '../noctua-form/workbenches' + - "../noctua-standard-annotations/workbenches" - '../noctua-visual-pathway-editor/workbenches' - '../noctua-alliance-pathway-preview/workbenches' - '../noctua-landing-page/workbenches' diff --git a/config/startup.yaml.noctua-dev b/config/startup.yaml.noctua-dev index ca77cdbd..bc7cf645 100644 --- a/config/startup.yaml.noctua-dev +++ b/config/startup.yaml.noctua-dev @@ -42,11 +42,11 @@ NOCTUA_CONTEXT: NOCTUA_LOOKUP_URL: comment: The external self-reference URL that Noctua should use. type: url - value: http://localhost:8910 + value: http://localhost:3400 NOCTUA_LOCATION: comment: Location that Noctua should think it is internally. type: url - value: http://localhost:8910 + value: http://localhost:3400 MINERVA_LOCATION: comment: The location of the minerva to communicate with. type: url @@ -82,6 +82,7 @@ WORKBENCHES: type: list value: - '../noctua-form/workbenches' + - "../noctua-standard-annotations/workbenches" - '../noctua-visual-pathway-editor/workbenches' - '../noctua-alliance-pathway-preview/workbenches' - '../noctua-landing-page/workbenches' diff --git a/config/startup.yaml.noctua-dev_dev b/config/startup.yaml.noctua-dev_dev index 285bd67a..4868bfa2 100644 --- a/config/startup.yaml.noctua-dev_dev +++ b/config/startup.yaml.noctua-dev_dev @@ -82,6 +82,7 @@ WORKBENCHES: type: list value: - '../noctua-form/workbenches' + - "../noctua-standard-annotations/workbenches" - '../noctua-visual-pathway-editor/workbenches' - '../noctua-alliance-pathway-preview/workbenches' - '../noctua-landing-page/workbenches' diff --git a/config/startup.yaml.stack-dev b/config/startup.yaml.stack-dev index 60284c35..df1ca154 100644 --- a/config/startup.yaml.stack-dev +++ b/config/startup.yaml.stack-dev @@ -81,6 +81,7 @@ WORKBENCHES: type: list value: - '../noctua-form/workbenches' + - "../noctua-standard-annotations/workbenches" - '../noctua-visual-pathway-editor/workbenches' - '../noctua-alliance-pathway-preview/workbenches' - '../noctua-landing-page/workbenches'