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

Split demo and production configuration #844

Merged
merged 1 commit into from
Oct 25, 2022

Conversation

lkiesow
Copy link
Member

@lkiesow lkiesow commented Oct 25, 2022

This patch splits the configuration file to provide two separate versions:

  • editor-settings.toml which is our recommended configuration for production, has all the default settings and documenta all configuration options.

  • public/editor-settings.toml which is used for development (npm run start will use this) and for demo deployments. It should enable new features by default to make testing easier.

This closes #837

This patch splits the configuration file to provide two separate
versions:

- `editor-settings.toml` which is our recommended configuration for
  production, has all the default settings and documenta all
  configuration options.

- `public/editor-settings.toml` which is used for development (`npm run
  start` will use this) and for demo deployments. It should enable new
  features by default to make testing easier.
@lkiesow lkiesow added type:documentation Improvements or additions to documentation type:infrastructure Build process, deployment, workflows labels Oct 25, 2022
@github-actions
Copy link

This pull request is deployed at test.editor.opencast.org/844/2022-10-25_15-00-26/ .
It might take a few minutes for it to become available.

Copy link
Member

@ziegenberg ziegenberg left a comment

Choose a reason for hiding this comment

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

LGTM!

@ziegenberg ziegenberg merged commit 4355a2b into opencast:main Oct 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:documentation Improvements or additions to documentation type:infrastructure Build process, deployment, workflows
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants