Commit b8aa2db9 authored by 杨翌文's avatar 杨翌文

feature: 支持单点登录

parent eb386284
......@@ -54,3 +54,35 @@ spring:
password: future123456
database: 11
---
spring:
config:
activate:
on-profile: prd
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://10.0.8.210:3306/elle_ai?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true
username: root
password: future123456
data:
redis:
host: 10.0.8.210
port: 6379
password: future123456
database: 0
knife4j:
enable: false
sso:
user:
mock: false
rerank:
api-base-url: http://10.0.8.210:9997
embedding:
api-base-url: http://10.0.8.210:9997
milvus:
host: 10.0.8.210
port: 19530
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment