Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
system_pay
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
王沛
system_pay
Commits
f36c0ee7
Commit
f36c0ee7
authored
Jun 20, 2023
by
wangp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
5e41498c
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
.gitignore
.gitignore
+1
-1
config.yaml
conf/dev/config.yaml
+1
-1
config.yaml
conf/prod/config.yaml
+1
-1
docker-compose.yaml
docker-compose.yaml
+1
-1
prod-docker-compose.yaml
prod-docker-compose.yaml
+1
-1
No files found.
.gitignore
View file @
f36c0ee7
#
.idea/
.idea/
.DS_Store
logs/*
...
...
conf/dev/config.yaml
View file @
f36c0ee7
# 服务
server
:
runMode
:
'
debug'
httpport
:
1
9
880
httpport
:
1
4
880
readtimeout
:
60
writetimeout
:
60
...
...
conf/prod/config.yaml
View file @
f36c0ee7
# 服务
server
:
runMode
:
'
release'
httpport
:
1
9
880
httpport
:
1
4
880
readtimeout
:
60
writetimeout
:
60
...
...
docker-compose.yaml
View file @
f36c0ee7
...
...
@@ -9,7 +9,7 @@ services:
dockerfile
:
Dockerfile
image
:
system_pay:dev
ports
:
-
1
9880:19
880
-
1
4880:14
880
environment
:
runmode
:
dev
networks
:
...
...
prod-docker-compose.yaml
View file @
f36c0ee7
...
...
@@ -9,7 +9,7 @@ services:
dockerfile
:
PROD.Dockerfile
image
:
system_pay:prod
ports
:
-
1
9880:19
880
-
1
4880:14
880
environment
:
runmode
:
prod
networks
:
...
...
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