added a proxy dont complain if this doesnt work

This commit is contained in:
Sid Alapati
2024-11-04 20:00:48 -05:00
committed by avsc-sid
parent 6202230033
commit 3da8cb6887
+2 -2
View File
@@ -911,8 +911,8 @@
// coming soon
},
"config": {
"proxy": false, // proxy only works when self-hosted
"proxyPath": "/proxy.html" // absolute or relative path to proxy; proxy must be set to true for this setting to have any effect.
"proxy": true, // proxy only works when self-hosted
"proxyPath": "https://bcd.ens.org" // 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
}