diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties
index 28da78c7f6dc3713af06a7e1fb3ccfdecfe6bf70..08010d99481fb74d11048bbf68203a6a3b00b186 100644
--- a/src/main/resources/application.properties
+++ b/src/main/resources/application.properties
@@ -1,14 +1,14 @@
 # SET CONTEXT PATH
 server.port=8081
 
-#spring.datasource.driver-class-name=com.mysql.jdbc.Driver
-#spring.datasource.url=jdbc:mysql://52.29.100.78:3306/retail_user
-#spring.datasource.username=root
-#spring.datasource.password=Rain123#$
 spring.datasource.driver-class-name=com.mysql.jdbc.Driver
-spring.datasource.url=jdbc:mysql://localhost:3306/retail_user?useSSL=false
+spring.datasource.url=jdbc:mysql://52.29.100.78:3306/retail_user
 spring.datasource.username=root
-spring.datasource.password=root
+spring.datasource.password=Rain123#$
+#spring.datasource.driver-class-name=com.mysql.jdbc.Driver
+#spring.datasource.url=jdbc:mysql://localhost:3306/retail_user?useSSL=false
+#spring.datasource.username=root
+#spring.datasource.password=root
 
 spring.http.multipart.max-file-size=10MB
 spring.http.multipart.max-request-size=10MB