Ignore:
Timestamp:
07/07/23 12:14:58 (12 months ago)
Author:
HristijanMitic00 <hristijan.mitic.01@…>
Branches:
main
Parents:
1dd9226
Message:

First commit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main/resources/application-prod.properties

    r1dd9226 rd14176d  
     1
     2spring.datasource.url=jdbc:postgresql://localhost:9999/db_202223z_va_prj_fmo
     3spring.datasource.username=db_202223z_va_prj_fmo_owner
     4spring.datasource.password=2d5e9a84d3a3
     5
     6
     7spring.datasource.hikari.connectionTimeout=20000
     8spring.datasource.hikari.maximumPoolSize=5
     9
     10spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.PostgreSQL95Dialect
     11spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation=true
     12
     13spring.jpa.hibernate.ddl-auto=validate
     14spring.jpa.show-sql=true
Note: See TracChangeset for help on using the changeset viewer.