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

Fixes #37877 - Make the config file compatible with 0.2.z and 0.4.z #10340

Merged
merged 1 commit into from
Oct 31, 2024

Commits on Oct 25, 2024

  1. Fixes #37877 - Compatibility with yggdrasil 0.2.z and 0.4.z

    The service name changed between the package we shipped and official 0.4.z builds, these changes account for this discrepancy.
    
    Config file changes:
    - broker is an array of mqtt servers used by 0.2
    - server is an array of mqtt servers used by 0.4
    - data-host needs to be set to an empty string to override certain compile-time
      defaults set in RHEL and CentOS Stream
    - path-prefix needs to be set to the value we expect to override certain compile-time
      defaults set in RHEL and CentOS Stream
    
    broker and server can be set at both once, each will be honored by their
    respective versions
    
    data-host and path-prefix can be set both at once on our build of yggdrasil they'll
    just duplicate the defaults, on RHEL/CentOS Stream they'll act as overrides
    adamruzicka committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    ca9f6e4 View commit details
    Browse the repository at this point in the history