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

Clustering: Add clustering support with ToCloud9 integration. #504

Closed
wants to merge 4 commits into from

Commits on Feb 16, 2024

  1. Config: Implement config override with env vars

    Implement overriding of configuration from the .conf file with environment variables.
    Environment variables keys are autogenerated based on the keys defined in .conf file.
    Usage example:
    $ export CM_DATA_DIR=/usr
    $ CM_WORLD_SERVER_PORT=8080 ./mangosd
    walkline committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    673700a View commit details
    Browse the repository at this point in the history
  2. Update env var key format and encapsulated env loading logic.

    The new env key format:
    Mangosd_Rate_Health
    Mangosd_DataDir
    walkline committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    8245aa4 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2024

  1. Configuration menu
    Copy the full SHA
    23d8a1a View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. More clustering progress

    walkline committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    2823134 View commit details
    Browse the repository at this point in the history