Changeset d14176d for src/main/resources/application-prod.properties
- Timestamp:
- 07/07/23 12:14:58 (16 months ago)
- Branches:
- main
- Parents:
- 1dd9226
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/resources/application-prod.properties
r1dd9226 rd14176d 1 2 spring.datasource.url=jdbc:postgresql://localhost:9999/db_202223z_va_prj_fmo 3 spring.datasource.username=db_202223z_va_prj_fmo_owner 4 spring.datasource.password=2d5e9a84d3a3 5 6 7 spring.datasource.hikari.connectionTimeout=20000 8 spring.datasource.hikari.maximumPoolSize=5 9 10 spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.PostgreSQL95Dialect 11 spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation=true 12 13 spring.jpa.hibernate.ddl-auto=validate 14 spring.jpa.show-sql=true
Note:
See TracChangeset
for help on using the changeset viewer.