Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhaoboris authored Sep 6, 2016
1 parent 77ff7eb commit 1a56d6b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
module.exports = {
command: 'svn log svn://192.168.61.155:11001 -l 100 -v --xml',
user: 'JCNEP6593',
pathReg: {
p: /\/JobcnX\/trunk\/web/g,
c: /\/JobcnX\/Employer\/trunk\/web/g,
w: /\/JobcnX\/weihu\/trunk\/web/g
},
replaceTo: {
p: '/web-person',
c: '/web-employer',
w: '/web-weihu'
}
};

0 comments on commit 1a56d6b

Please sign in to comment.