-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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)
- Loading branch information
1 parent
a3962b2
commit fc6bf3c
Showing
3 changed files
with
16 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters