File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed
Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 5353 ```
5454 # 需要修改的配置把前面的 # 号去掉,修改对应的值即可,例如:
5555 logger.sql.level=info
56- ## DATABASE
56+ # MySQL 数据库配置,默认使用内置 MySQL
57+ #mysql.embedded.enabled=true
5758 #spring.datasource.url=jdbc:mysql://ip:port/db?autoReconnect=false&useUnicode=true&characterEncoding=UTF-8&characterSetResults=UTF-8&zeroDateTimeBehavior=convertToNull&useSSL=false
5859 #spring.datasource.username=username
5960 #spring.datasource.password=password
60-
61+
62+ # Redis 配置,默认使用内置 Redis
63+ #redis.embedded.enabled=true
6164 #spring.data.redis.host=ip
6265 #spring.data.redis.password=password
6366 #spring.data.redis.port=6379
7881 #spring.ai.mcp.server.protocol=STREAMABLE
7982 #spring.ai.mcp.server.streamable-http.mcp-endpoint=/sse
8083
84+ # 仪表板外链功能启用白名单,不开启则不限制访问
85+ #dashboard.whitelist.enabled=false
86+ # 白名单开关开启后允许访问的IP地址或域名列表,多个用逗号分隔
87+ #dashboard.whitelist.allowed=
88+
8189 ```
8290
8391## 4 在线升级
You can’t perform that action at this time.
0 commit comments