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
06f961d2
Commit
06f961d2
authored
Dec 20, 2021
by
liming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加自动创建比赛接口
parent
50ec6a8b
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
application-dev.yaml
game-api/src/main/resources/application-dev.yaml
+1
-1
application-prod.yaml
game-api/src/main/resources/application-prod.yaml
+1
-1
application-test.yaml
game-api/src/main/resources/application-test.yaml
+1
-1
No files found.
game-api/src/main/resources/application-dev.yaml
View file @
06f961d2
...
...
@@ -13,4 +13,4 @@ spring:
swagger
:
enable
:
true
game-server-address
:
http://47.100.168.51:3333/close?MatchId=force
\ No newline at end of file
game-server-address
:
http://8.141.144.99:3333/close?MatchId=force
\ No newline at end of file
game-api/src/main/resources/application-prod.yaml
View file @
06f961d2
...
...
@@ -8,4 +8,4 @@ spring:
port
:
6379
password
:
ENC(yKZoKLWfAj6BRglq4C2HWWjsL64maeCm)
game-server-address
:
http://47.100.168.51:3333/close?MatchId=force
\ No newline at end of file
game-server-address
:
http://8.141.144.99:3333/close?MatchId=force
\ No newline at end of file
game-api/src/main/resources/application-test.yaml
View file @
06f961d2
...
...
@@ -13,4 +13,4 @@ spring:
swagger
:
enable
:
true
game-server-address
:
http://47.100.168.51:3333/close?MatchId=force
\ No newline at end of file
game-server-address
:
http://8.141.144.99:3333/close?MatchId=force
\ 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