Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added ../noctua-standard-annotations/workbenches in config #858

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions config/startup.yaml.all-dev
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
1 change: 1 addition & 0 deletions config/startup.yaml.environment-development
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
1 change: 1 addition & 0 deletions config/startup.yaml.environment-production
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
1 change: 1 addition & 0 deletions config/startup.yaml.noctua-barista-dev
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
5 changes: 3 additions & 2 deletions config/startup.yaml.noctua-dev
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tmushayahama What's up with the port change?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

idk what happened there. How can resolve this? new PR

Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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'
Expand Down
1 change: 1 addition & 0 deletions config/startup.yaml.noctua-dev_dev
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
1 change: 1 addition & 0 deletions config/startup.yaml.stack-dev
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down