Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
A
antai-sport-http-server
Project
Project
Details
Activity
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
antai-sport
antai-sport-http-server
Commits
2aee706f
Commit
2aee706f
authored
Aug 24, 2021
by
liming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(初始化项目): 接口调整
parent
3d922b6e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
application-prod.yaml
game-api/src/main/resources/application-prod.yaml
+1
-1
application-common-db-prod.yml
profile/src/main/resources/application-common-db-prod.yml
+2
-2
No files found.
game-api/src/main/resources/application-prod.yaml
View file @
2aee706f
...
...
@@ -6,4 +6,4 @@ spring:
database
:
0
host
:
127.0.0.1
port
:
6379
password
:
123
\ No newline at end of file
password
:
ENC(yKZoKLWfAj6BRglq4C2HWWjsL64maeCm)
\ No newline at end of file
profile/src/main/resources/application-common-db-prod.yml
View file @
2aee706f
...
...
@@ -3,8 +3,8 @@ spring:
include
:
-
common-db
datasource
:
url
:
jdbc:mysql://
39.106.215.44
:3306/antaisport${project.mysql-url-params}
url
:
jdbc:mysql://
127.0.0.1
:3306/antaisport${project.mysql-url-params}
username
:
root
password
:
ENC(
gIm3rgivj5IjdeWkJ/gsFAtIwg/+bX78
)
password
:
ENC(
eeesjD8BM2hklNwdDv4FCDoaVZF9c8+2
)
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