diff --git a/application.yaml b/application.yaml
index f3de919..a84b2ad 100644
--- a/application.yaml
+++ b/application.yaml
@@ -3,9 +3,9 @@ server:
spring:
datasource:
- username: ${DB_USER}
- password: ${DB_PASSWORD}
- url: ${DB_URL}
+ username: root
+ password: r4e4Rg3B
+ url: jdbc:mysql://192.168.120.70:3306/search_engine?useSSL=false&requireSSL=false&allowPublicKeyRetrieval=true
driver-class-name: com.mysql.cj.jdbc.Driver
# username: root
# password: hRMH94dJ
diff --git a/pom.xml b/pom.xml
index 2de3833..ce988d5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -45,11 +45,11 @@
8.4.0
runtime
-
- me.paulschwarz
- spring-dotenv
- 4.0.0
-
+
+
+
+
+