spring: datasource: url: jdbc:h2:mem:testdb;MODE=PostgreSQL driver-class-name: org.h2.Driver username: sa password: jpa: hibernate: ddl-auto: validate show-sql: false properties: hibernate: dialect: org.hibernate.dialect.H2Dialect h2: console: enabled: false data: redis: host: localhost port: 6379 jwt: secret: test-secret-key-must-be-at-least-256-bits-long-for-hs256 expiration: 86400000 captcha: prefix: captcha expire: default: 120000 init-default-resource: false local-cache-enabled: false minio: endpoint: http://localhost:9000 access-key: minioadmin secret-key: minioadmin bucket: captcha-resources logging: level: cloud.tianai.captcha: DEBUG