docs(config): document openaev.agent-url (#6484) - #7811
Merged
antoinemzs merged 1 commit intoSep 9, 2026
Conversation
Add the agent URL to the deployment table and leave a commented example next to base-url. Agents fall back to base-url when it is unset.
Contributor
There was a problem hiding this comment.
Pull request overview
This PR closes the documentation gap around the openaev.agent-url configuration by adding a clear description in the deployment configuration table and providing commented examples in the default and dev example properties files, helping operators understand when to set it (e.g., network path differences for agents).
Changes:
- Documented
openaev.agent-url(and its runtime fallback toopenaev.base-url) in the deployment configuration table. - Added commented
openaev.agent-urlexamples nearopenaev.base-urlinapplication.propertiesandapplication-dev.properties.example.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| openaev-api/src/main/resources/application.properties | Adds an inline commented example and explanation for openaev.agent-url next to openaev.base-url. |
| openaev-api/src/main/resources/application-dev.properties.example | Adds a dev-profile commented example and short explanation for openaev.agent-url. |
| docs/docs/deployment/configuration.md | Adds openaev.agent-url to the deployment configuration table with a production-oriented explanation and fallback behavior. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Member
|
Abdullah (@AzazelSensei) cheers for this, we appreciate your contribution! Good spot indeed. |
antoinemzs
approved these changes
Sep 9, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Proposed changes
openaev.agent-urlin the deployment configuration tableopenaev.base-urlinapplication.propertiesand the dev exampleTesting Instructions
openaev.agent-urlopenaev.base-urlinapplication.propertiesRelated issues
Checklist