Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
elleai
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ai-tech
E
ellehuis-group
backend
elleai
Commits
b8aa2db9
Commit
b8aa2db9
authored
Oct 23, 2024
by
杨翌文
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feature: 支持单点登录
parent
eb386284
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
32 additions
and
0 deletions
+32
-0
application.yml
src/main/resources/application.yml
+32
-0
No files found.
src/main/resources/application.yml
View file @
b8aa2db9
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment