server: port: 8080 spring: application: name: BilHej datasource: url: jdbc:h2:mem:bilhej;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE driver-class-name: org.h2.Driver username: sa password: h2: console: enabled: true jpa: database-platform: org.hibernate.dialect.H2Dialect hibernate: ddl-auto: validate flyway: enabled: true locations: classpath:db/migration,classpath:db/dev-migration app: payment: swish-number: ${SWISH_NUMBER:0700000000} letter-price: 49 jwt: secret: ${JWT_SECRET:dev-secret-change-in-production}