mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-05-08 11:47:28 +08:00
feat: add open search support
This commit is contained in:
@@ -17,6 +17,15 @@ JWT_EXPIRATION=2592000000
|
||||
REDIS_HOST=<Redis 地址>
|
||||
REDIS_PORT=<Redis 端口>
|
||||
|
||||
# === OpenSearch ===
|
||||
OPENSEARCH_ENABLED=false
|
||||
OPENSEARCH_HOSTS=https://<opensearch-host>:9200
|
||||
# 可选:启用基本认证
|
||||
# OPENSEARCH_USERNAME=<opensearch-username>
|
||||
# OPENSEARCH_PASSWORD=<opensearch-password>
|
||||
# 开发调试时可关闭证书校验
|
||||
# OPENSEARCH_INSECURE=true
|
||||
|
||||
# === Resend ===
|
||||
RESEND_API_KEY=<你的resend-api-key>
|
||||
RESEND_FROM_EMAIL=<你的 resend 发送邮箱>
|
||||
|
||||
Reference in New Issue
Block a user