config(database): 更新数据库主机配置
- 将数据库主机从 localhost 更改为 192.168.1.5 - 保持其他数据库连接参数不变
This commit is contained in:
@@ -3,7 +3,7 @@ server:
|
|||||||
port: 8080
|
port: 8080
|
||||||
|
|
||||||
database:
|
database:
|
||||||
host: localhost
|
host: 192.168.1.5
|
||||||
port: 3306
|
port: 3306
|
||||||
user: root
|
user: root
|
||||||
password: root
|
password: root
|
||||||
|
|||||||
Reference in New Issue
Block a user