disabled proxy by default

This commit is contained in:
MonkeyGG2
2023-10-01 19:06:12 +00:00
parent 7efc5d388a
commit 1206a96f3d
+1 -1
View File
@@ -813,7 +813,7 @@
// coming soon
},
"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
}
}