Skip to content
Snippets Groups Projects

fix: Address hibernate naming issue

3 files
+ 14
12
Compare changes
  • Side-by-side
  • Inline
Files
3
quarkus.http.root-path=/v2/account/profile
quarkus.oidc.enabled=false
quarkus.log.level=INFO
quarkus.hibernate-orm.physical-naming-strategy=org.hibernate.boot.model.naming.CamelCaseToUnderscoresNamingStrategy
fdndb-api/mp-rest/url=http://foundationdb:8095
%dev.fdndb-api/mp-rest/url=http://localhost:10109
@@ -8,9 +12,6 @@ accounts-api/mp-rest/url=https://accounts.eclipse.org
drupal-api/mp-rest/url=https://api.eclipse.org/account/profile
quarkus.oidc.enabled=false
eclipse.profile.oauth-filter.enabled=true
%dev.eclipse.profile.oauth-filter.enabled=true
quarkus.log.level=INFO
\ No newline at end of file
Loading