Skip to content
Snippets Groups Projects

Make tweaks to make + dev start process

Merged Martin Lowe requested to merge (removed):malowe/master/port-update into master
1 unresolved thread
5 files
+ 35
43
Compare changes
  • Side-by-side
  • Inline
Files
5
eclipse.internal-host=localhost
## Required for authenticated requests to profile API (api.eclipse.org: git.eclipse.org/r/ (dev-git-eca-rest-api)))
## Ask webdev@eclipse-foundation.org if you think you should have access to this client.
oauth2.client-id=
@@ -8,4 +9,5 @@ quarkus.datasource.username=
quarkus.datasource.password=
## database connection
quarkus.datasource.jdbc.url=jdbc:mariadb://mariadb/dev_eclipse_eca
\ No newline at end of file
quarkus.datasource.jdbc.url=jdbc:mariadb://mariadb/dev_eclipse_eca
%dev.quarkus.datasource.jdbc.url=jdbc:mariadb://${eclipse.internal-host}:10101/dev_eclipse_eca
Please register or sign in to reply
\ No newline at end of file
Loading