aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources/application.properties
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/application.properties')
-rw-r--r--src/main/resources/application.properties15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties
deleted file mode 100644
index f6a7814..0000000
--- a/src/main/resources/application.properties
+++ /dev/null
@@ -1,15 +0,0 @@
-spring.application.name=builddb
-
-spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
-spring.datasource.url=jdbc:mysql://nucleus.berzerkula.org:3306/builddb_users
-spring.datasource.username=kb0iic
-spring.datasource.password=ENC(1xjvlowHDUgzAYCjEEaYcSQOQHL2SHo8)
-
-spring.jpa.show-sql=true
-spring.jpa.hibernate.ddl-auto=update
-
-jasypt.encryptor.algorithm=PBEWithMD5AndDES
-jasypt.encryptor.iv-generator-classname=org.jasypt.iv.NoIvGenerator
-jasypt.encryptor.password=builddb
-
-management.endpoints.web.exposure.include=* \ No newline at end of file