16 lines
520 B
Properties
Executable File
16 lines
520 B
Properties
Executable File
server.port=8080
|
|
|
|
# PostgreSQL
|
|
spring.datasource.url=jdbc:postgresql://db:5432/app_db
|
|
spring.datasource.username=${POSTGRES_USER}
|
|
spring.datasource.password=${POSTGRES_PASSWORD}
|
|
spring.datasource.driver-class-name=org.postgresql.Driver
|
|
|
|
# JPA
|
|
spring.jpa.hibernate.ddl-auto=validate
|
|
spring.jpa.show-sql=false
|
|
spring.jpa.open-in-view=false
|
|
|
|
#Eta nastroyka otvechayet za vklyucheniye vidimosti logov urovnya DEBUG v logakh BE, poka vyklyuchil chtoby ne zasoryat'. Zapisi INFO otobrazhat'sya budut
|
|
#logging.level.root=DEBUG
|