spring: application: name: builddb datasource: driver-class-name: com.mysql.cj.jdbc.Driver url: jdbc:mysql://nucleus.berzerkula.org:3306/builddb_users username: kb0iic password: ENC(1xjvlowHDUgzAYCjEEaYcSQOQHL2SHo8) jpa: show-sql: false hibernate: ddl-auto: update jasypt: encryptor: algorithm: PBEWithMD5AndDES iv-generator-classname: org.jasypt.iv.NoIvGenerator password: builddb management: endpoints: web: exposure: include: "*"