summaryrefslogtreecommitdiff
path: root/src/main/resources/application.properties
blob: 42e8f9a3ab2bbef0bf176b1a45bbffe87b867ca1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
spring.application.name=markr

# 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.database-platform=org.hibernate.dialect.PostgreSQLDialect
spring.jpa.hibernate.ddl-auto=update
spring.jpa.show-sql=false