Skip to content

feat: Make server listening port configurable via WAVE_SERVER_PORT mn env var#1029

Open
bebosudo wants to merge 2 commits intomasterfrom
chiusole/add-listening-port-variable
Open

feat: Make server listening port configurable via WAVE_SERVER_PORT mn env var#1029
bebosudo wants to merge 2 commits intomasterfrom
chiusole/add-listening-port-variable

Conversation

@bebosudo
Copy link
Copy Markdown
Member

Allows users to configure the wave server listening port using the explicit variable WAVE_SERVER_PORT instead of using the implicit micronaut variable MICRONAUT_SERVER_PORT.

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates Micronaut configuration so the Wave server listening port can be set explicitly via the WAVE_SERVER_PORT environment variable, rather than relying on Micronaut’s implicit env-var-to-property mapping.

Changes:

  • Make micronaut.server.port resolve from WAVE_SERVER_PORT with a 9090 default.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread src/main/resources/application.yml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants