Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Zephery authored Feb 23, 2023
1 parent e358228 commit 5e96a59
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/resources/application-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ spring:
config:
import: classpath:application-common.yml
datasource:
url: jdbc:mysql://10.3.254.101:3306/myblog?useUnicode=true&characterEncoding=UTF-8
url: jdbc:mysql://localhost:3306/myblog?useUnicode=true&characterEncoding=UTF-8
username: root
password: ZtO1tkJMVV
password: 6on5&as.O/#U
driver-class-name: com.mysql.cj.jdbc.Driver
redis:
host: 10.3.255.90
host: 127.0.0.1
password: 0CVF5Dsh79
port: 6379

Expand Down

0 comments on commit 5e96a59

Please sign in to comment.