Hyperflow Setup
Last updated
Last updated
"UPSTREAM_ORIGIN": "https://www.tournewzealand.com",
"ORIGIN": "https://www.tournewzealand.com",
// List of all RPC workers that support fetch()
// Determines order of execution
"PATH_HANDLERS": [
{
"binding": "HF_LLMS",
},
// {
// "binding": "HF_WFX",
// },
// {
// "binding": "HF_INDEXNOW",
// },
],
// List of all RPC workers that support rewrite()
// Determines order of execution
"REWRITE_HANDLERS": [
// {
// "binding": "HF_WFX",
// },
],
"POSTHOG_API_KEY": "phc_CfW1VAtR3ueFV3so5hxXQwb1l0RwsarirNw5M39Dz9T" // tournewzealand.com "services": [
{
"binding": "HF_LLMS",
"service": "hf-llms-navi"
},
// {
// "binding": "HF_WFX",
// "service": "hf-wfx"
// },
// {
// "binding": "HF_INDEXNOW",
// "service": "hf-indexnow"
// }
],