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

Fix server cannot start without the configuration file #1804

Merged

Commits on Oct 15, 2023

  1. Fix server cannot start without the configuration file

    Currently, the server will load namespaces and rewrite when starting,
    and it may fail if the configuration file is not assigend. We should
    allow to start the server without the configuration file, but don't
    allow to modify namespaces if they're stored inside the configuration
    file.
    git-hulk committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    09aa8b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8bfc5bf View commit details
    Browse the repository at this point in the history