disabled proxy by default
This commit is contained in:
+1
-1
@@ -813,7 +813,7 @@
|
|||||||
// coming soon
|
// coming soon
|
||||||
},
|
},
|
||||||
"config": {
|
"config": {
|
||||||
"proxy": true, // proxy only works when self-hosted
|
"proxy": false, // proxy only works when self-hosted
|
||||||
"proxyPath": "http://localhost:8080" // absolute or relative path to proxy; proxy must be set to true for this setting to have any effect
|
"proxyPath": "http://localhost:8080" // absolute or relative path to proxy; proxy must be set to true for this setting to have any effect
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user