Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
exam_master
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
exam_master
Commits
da5cc8d1
Commit
da5cc8d1
authored
Jun 20, 2024
by
杨翌文
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feature:初始化配置
parent
eae5ca6a
Pipeline
#736
canceled with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
5 deletions
+22
-5
application.yml
src/main/resources/application.yml
+22
-5
No files found.
src/main/resources/application.yml
View file @
da5cc8d1
...
@@ -2,9 +2,6 @@ spring:
...
@@ -2,9 +2,6 @@ spring:
application
:
application
:
name
:
exam-master
name
:
exam-master
datasource
:
datasource
:
username
:
future
password
:
future123456
url
:
jdbc:mysql://125.94.43.20:30306/pilot?useSSL=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf8&allowMultiQueries=true
driver-class-name
:
com.mysql.cj.jdbc.Driver
driver-class-name
:
com.mysql.cj.jdbc.Driver
druid
:
druid
:
initial-size
:
20
initial-size
:
20
...
@@ -24,10 +21,30 @@ openai:
...
@@ -24,10 +21,30 @@ openai:
api-keys
:
api-keys
:
-
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
-
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
-
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
-
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
---
server
:
server
:
port
:
8050
port
:
8050
---
spring
:
config
:
activate
:
on-profile
:
default
datasource
:
username
:
future
password
:
future123456
url
:
jdbc:mysql://125.94.43.20:30306/pilot?useSSL=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf8&allowMultiQueries=true
---
spring
:
spring
:
config
:
config
:
activate
:
activate
:
on-profile
:
default
on-profile
:
prd
\ No newline at end of file
datasource
:
username
:
future
password
:
future123456
url
:
jdbc:mysql://clb-rds-mysql.infra:3306/pilot?useSSL=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf8&allowMultiQueries=true
data
:
redis
:
password
:
future123456
host
:
redis-standalone.infra
port
:
6379
database
:
6
\ No newline at end of file
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