aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources/application.properties
blob: 86a848a636027ce6e838499f301deb3994718358 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
spring.datasource.url=jdbc:postgresql://postgres:5432/
spring.datasource.username=spring
spring.datasource.password=qwerqty
spring.jpa.hibernate.ddl-auto=create-drop
spring.jpa.show-sql=true
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
spring.jpa.properties.hibernate.format_sql=true

server.error.include-message=always
server.http2.enabled=true
server.profiles.active=development
server.port=8443
server.ssl.enabled=true
server.ssl.key-store=/certs/cert.p12
server.ssl.key-store-type=PKCS12
server.ssl.key-store-password=thequicklazybrownfox