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

Feature/environment configuration #116

Draft
wants to merge 11 commits into
base: main
Choose a base branch
from

Commits on Aug 13, 2024

  1. move hardcoded ip in sdk mode to environment config file like secrets

    game_name,appengine_id,domain name can also be configured
    thmsndk committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    e9d0dc7 View commit details
    Browse the repository at this point in the history
  2. discord token and channels can now be configured in variables.js

    discord url can be configured in secrets.py
    thmsndk committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    dfa0122 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    21c3bc1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a82e2ef View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1912709 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    eaa7629 View commit details
    Browse the repository at this point in the history
  7. revert formatting changes

    thmsndk committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    17c7a16 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2be5f4d View commit details
    Browse the repository at this point in the history
  9. remove commented out code

    thmsndk committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    6c18af3 View commit details
    Browse the repository at this point in the history
  10. Map servers by region and server name EUI instead of ip due to dock…

    …er changing internal ip at will
    thmsndk committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    3455645 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Fixed an issue where server_eval would not talk with the correct dock…

    …er container using actual_ip
    thmsndk committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    8c20b82 View commit details
    Browse the repository at this point in the history