Files
bank-rest/src/main/resources/application.yml
2026-02-24 15:40:32 +03:00

32 lines
665 B
YAML

spring:
datasource:
url: jdbc:postgresql://localhost:5432/bankcards
username: postgres
password: postgres
driver-class-name: org.postgresql.Driver
jpa:
hibernate:
ddl-auto: validate
show-sql: false
properties:
hibernate:
dialect: org.hibernate.dialect.PostgreSQLDialect
liquibase:
change-log: classpath:db/migration/changelog-master.xml
server:
port: 8080
app:
jwt:
secret: 404E635266556A586E3272357538782F413F4428472B4B6250645367566B5970
expiration: 86400000
card:
encryption-key: 1234567890123456
springdoc:
swagger-ui:
path: /swagger-ui.html
api-docs:
path: /v3/api-docs