summaryrefslogtreecommitdiff
path: root/src/main/resources/application.properties
blob: 0eaeea761c1e8d1a782f044ec7cca5a25dcf2ffe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
spring.application.name=markr
logging.level.root=warn
logging.level.org.springframework.web=warn
# PostgreSQL Configuration
spring.datasource.url=jdbc:postgresql://localhost:5432/markr
spring.datasource.username=markr_prod
spring.datasource.password=CpfzDA3nR3jH9Ky4
spring.datasource.driver-class-name=org.postgresql.Driver
# Hibernate Configuration
spring.jpa.hibernate.ddl-auto=update
spring.jpa.show-sql=false
# Disable Open Session in View
spring.jpa.open-in-view=false