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

[Backport nixos-24.05] nixos/phoebus-alarm-logger: forward configuration to SpringBoot #152

Merged
merged 1 commit into from
Sep 5, 2024

Commits on Sep 3, 2024

  1. nixos/phoebus-alarm-logger: forward configuration to SpringBoot

    phoebus-alarm-logger does not forward the given configuration to
    SpringBoot, so we use an environment variable to forward it ourselves.
    
    this caused options like "server.port" to be ignored, since they are
    SpringBoto specific.
    
    Use the "server.port" option in the test to test regressions.
    
    fixes #56
    
    (cherry picked from commit cc2d3f6)
    minijackson authored and github-actions[bot] committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    090f05f View commit details
    Browse the repository at this point in the history