Non puoi selezionare più di 25 argomenti
Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
43 righe
1.1 KiB
43 righe
1.1 KiB
#security.basic.enabled=false |
|
#server.context-path=/portos-versioning-service |
|
#server.port=9000 |
|
## |
|
## Spring Server Configuration |
|
## |
|
server.context-path=/portos-versioning-service |
|
|
|
## |
|
## Spring Logging |
|
## |
|
#logging.file = /opt/tomcat/logs/portos-versioning-service.log |
|
logging.file=/home/portos/bin/servizi/logs/portos-versioning-service.log |
|
logging.level.it.tref.portos.versioning=warn |
|
logging.level.org.hibernate=warn |
|
logging.level.org.springframework=warn |
|
|
|
## |
|
## Spring Datasource |
|
## |
|
spring.datasource.url=jdbc:postgresql://151.80.119.188:5432/portos_versioning |
|
spring.datasource.username=lr_portosadm |
|
spring.datasource.password=Adm_Prts_Rs |
|
#spring.datasource.url=jdbc:postgresql://localhost:5432/portos_versioning |
|
#spring.datasource.username=postgres |
|
#spring.datasource.password=postgres |
|
spring.datasource.driver-class-name=org.postgresql.Driver |
|
|
|
|
|
## |
|
## Spring JPA |
|
## |
|
spring.jpa.database-platform=org.hibernate.dialect.PostgreSQLDialect |
|
spring.jpa.show-sql=false |
|
spring.jpa.properties.hibernate.format_sql=false |
|
spring.jpa.properties.hibernate.show_sql=false |
|
spring.jpa.hibernate.ddl-auto=update |
|
|
|
|
|
## |
|
## Javers |
|
## |
|
javers.newObjectSnapshot: true
|
|
|