Skip to content

Commit

Permalink
M DB passwd
Browse files Browse the repository at this point in the history
  • Loading branch information
SangCheonP committed Dec 8, 2023
1 parent 643b097 commit 8e50ab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spring.thymeleaf.prefix=classpath:/templates/
# Database
spring.datasource.url=jdbc:mysql://35.212.196.164:3306/web_db?autoReconnect=true
spring.datasource.username=web
spring.datasource.password=1234
spring.datasource.password=5474
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver

#update the schema with the given values.
Expand Down

0 comments on commit 8e50ab3

Please sign in to comment.