fixed proxy config

This commit is contained in:
MonkeyGG2
2023-12-01 20:29:22 -05:00
parent 3e6332e4d9
commit e5d12738a6
+3 -1
View File
@@ -876,6 +876,8 @@
},
"config": {
"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": "/proxy.html" // absolute or relative path to proxy; proxy must be set to true for this setting to have any effect.
// if you are using VioletGG2, all you need to do set proxy to true
// proxyPath is already set for you if you are using VioletGG2
}
}