dnet-applications/apps/dnet-orgs-database-application/src/main/resources/application.properties

25 lines
841 B
Properties
Raw Normal View History

2020-07-03 12:09:22 +02:00
spring.main.banner-mode = off
logging.level.root = INFO
2020-10-05 12:16:49 +02:00
spring.datasource.url=jdbc:postgresql://localhost:5432/oa_organizations
spring.datasource.username=oa_organizations
2020-07-03 12:09:22 +02:00
spring.datasource.password=
spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.PostgreSQLDialect
# Hibernate ddl auto (create, create-drop, validate, update)
spring.jpa.hibernate.ddl-auto = validate
spring.jpa.properties.hibernate.hbm2dll.extra_physical_table_types = MATERIALIZED VIEW
spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation=true
spring.jpa.open-in-view=true
2020-10-14 16:28:00 +02:00
spring.jpa.properties.hibernate.show_sql=false
spring.jpa.properties.hibernate.use_sql_comments=false
spring.jpa.properties.hibernate.format_sql=false
2020-09-29 11:34:31 +02:00
# the ICM private network
openaire.api.valid.subnet = 10.19.65.0/24
openaire.api.https.proxy = 10.19.65.35