fix(config): 将生产环境数据库用户名改为 root
This commit is contained in:
@@ -2,7 +2,7 @@ spring:
|
||||
datasource:
|
||||
driver-class-name: org.postgresql.Driver
|
||||
url: jdbc:postgresql://43.162.81.217:5231/keyborad_db
|
||||
username: keyborad_db
|
||||
username: root
|
||||
password: dpW7FHZ7FtK5czc4
|
||||
|
||||
data:
|
||||
|
||||
Reference in New Issue
Block a user