spring: flyway: locations: classpath:db/migration,classpath:db/dev-migration datasource: url: jdbc:postgresql://postgres:5432/${POSTGRES_DB} driver-class-name: org.postgresql.Driver username: ${POSTGRES_USER} password: ${POSTGRES_PASSWORD} h2: console: enabled: false jpa: database-platform: org.hibernate.dialect.PostgreSQLDialect mail: properties: mail: smtp: auth: false starttls: enable: false app: payment: swish-number: ${SWISH_NUMBER:0700000000} letter-price: 49 jwt: secret: ${JWT_SECRET} public-base-url: ${APP_PUBLIC_BASE_URL:http://frontend} # E2E only: never enable in production (see application-prod.yml). password-reset: expose-token: true email-change: expose-token: true