Skip to content

Commit f948998

Browse files
committed
docs: update online installation documentation with MySQL and Redis configuration examples
1 parent 9467941 commit f948998

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

manual/installation/online_installtion.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,14 @@
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
@@ -78,6 +81,11 @@
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 在线升级

0 commit comments

Comments
 (0)