Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zhichan
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
蒋勇
zhichan
Commits
c04d0794
Commit
c04d0794
authored
Nov 13, 2019
by
王昆
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gsb
parent
7afb4ff4
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
Dockerfile
+1
-1
release-note.txt
+1
-0
xggsve-merchant/app/config/settings.js
+1
-1
No files found.
Dockerfile
View file @
c04d0794
#!/bin/bash
FROM
registry.cn-beijing.aliyuncs.com/hantang/node105:v2
MAINTAINER
jy "jiangyong@gongsibao.com"
ADD
xggsve-merchant/apps/xggsve-merchant/
ADD
xggsve-merchant
/apps/xggsve-merchant/
WORKDIR
/apps/xggsve-merchant/
RUN
cnpm install
-S
CMD
["node","/apps/xggsve-merchant/main.js"]
...
...
release-note.txt
View file @
c04d0794
...
...
@@ -39,6 +39,7 @@
14. xggsve-invoice release-v14.x.x
15. xggpc release-v15.x.x
16. xggadmin release-v16.x.x
17. xggweb release-v17.x.x
后续号端请继续补充
查看自己项目号段到达的数字,执行git tag | grep v【号段前缀】
...
...
xggsve-merchant/app/config/settings.js
View file @
c04d0794
...
...
@@ -19,7 +19,7 @@ var settings = {
passroleid
:
2
,
tanentroleid
:
1
,
protocalPrefix
:
"http://"
,
appKey
:
"
wx76a324c5d201d1a
4"
,
appKey
:
"
40d64e586551405c9bcafab87266bb0
4"
,
secret
:
"f99d413b767f09b5dff0b3610366cc46"
,
salt
:
"%iatpD1gcxz7iF#B"
,
defaultpwd
:
"987456"
,
...
...
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