Skip to content
Snippets Groups Projects

Fix for URL root in configs

Merged Martin Lowe requested to merge github/fork/autumnfound/malowe/master/java-configs into master
1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
@@ -2,6 +2,9 @@ org.eclipsefoundation.git.eca.api.AccountsAPI/mp-rest/url=https://api.eclipse.or
org.eclipsefoundation.git.eca.api.ProjectsAPI/mp-rest/url=https://projects.eclipse.org
org.eclipsefoundation.git.eca.api.BotsAPI/mp-rest/url=https://api.eclipse.org
## Expect to be mounted to '/git' to match current URL spec
quarkus.http.root-path=/git
## OAUTH CONFIG
oauth2.scope=eclipsefdn_view_all_profiles
quarkus.http.port=8080
Loading