(Also ideally we don't use JSON for the real binding)
(Also ideally we don't use JSON for the real binding)

It is said by GPT4Ignore GPT-4 then
# Top-level configuration
name = "my-worker"
main = "src/index.js"
compatibility_date = "2022-07-12"
workers_dev = false
route = { pattern = "example.org/*", zone_name = "example.org" }
kv_namespaces = [
{ binding = "<MY_NAMESPACE>", id = "<KV_ID>" }
]
[env.staging]
name = "my-worker-staging"
route = { pattern = "staging.example.org/*", zone_name = "example.org" }
kv_namespaces = [
{ binding = "<MY_NAMESPACE>", id = "<STAGING_KV_ID>" }
](log) Fetch API cannot load: mainnet.db.explorer.indexer.near.dev const client = new Client({
user: 'public_readonly',
password: 'nearprotocol',
database: 'mainnet_explorer',
hostname: 'mainnet.db.explorer.indexer.near.dev',
port: '5432',
})