diff options
Diffstat (limited to 'src/main/resources/application.yml')
-rw-r--r-- | src/main/resources/application.yml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml new file mode 100644 index 0000000..bd6e0f8 --- /dev/null +++ b/src/main/resources/application.yml @@ -0,0 +1,24 @@ +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: true + hibernate: + ddl-auto: update + +jasypt: + encryptor: + algorithm: PBEWithMD5AndDES + iv-generator-classname: org.jasypt.iv.NoIvGenerator + password: builddb + +management: + endpoints: + web: + exposure: + include: "*"
\ No newline at end of file |