Skip to content

Commit 18222d8

Browse files
Updates default config file (#489)
1 parent 740d56b commit 18222d8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

dev-proxy/devproxyrc.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
"$schema": "https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v1.0/rc.schema.json",
33
"plugins": [
44
{
5-
"name": "GenericRandomErrorPlugin",
5+
"name": "RetryAfterPlugin",
66
"enabled": true,
7-
"pluginPath": "plugins\\dev-proxy-plugins.dll",
8-
"configSection": "genericRandomErrorPlugin"
7+
"pluginPath": "plugins\\dev-proxy-plugins.dll"
98
},
109
{
11-
"name": "RetryAfterPlugin",
10+
"name": "GenericRandomErrorPlugin",
1211
"enabled": true,
13-
"pluginPath": "plugins\\dev-proxy-plugins.dll"
12+
"pluginPath": "plugins\\dev-proxy-plugins.dll",
13+
"configSection": "genericRandomErrorPlugin"
1414
}
1515
],
1616
"urlsToWatch": [

0 commit comments

Comments
 (0)