Skip to content

Commit 7fb364f

Browse files
committed
Remove ignored files from tracking
1 parent 015bd85 commit 7fb364f

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
node_modules
2-
mock
3-
mock.config.json
2+
mock

mock.config.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"port": "9000",
3+
"type": "restful",
4+
"proxyApiUrl": "",
5+
"cors": {
6+
"allowedHeaders": ["Origin", "X-Requested-With", "Content-Type", "Accept", "X-Accesstoken"],
7+
"allowCredentials": true,
8+
"maxAge": 86400
9+
},
10+
"swaggerApi": [],
11+
"requestPriority": ["local", "swagger", "proxy"],
12+
"mockFields": {
13+
"RetCode": {
14+
"fixedValue": 0
15+
}
16+
}
17+
}
18+

0 commit comments

Comments
 (0)