Files
heygo/wrangler.dev.jsonc
T
2026-06-20 17:14:51 +10:00

33 lines
748 B
JSON

{
"$schema": "node_modules/wrangler/config-schema.json",
"name": "heygo-dev",
"main": "worker/index.ts",
"compatibility_date": "2026-06-20",
"assets": {
"directory": "./dist/client"
},
"observability": {
"enabled": true
},
"vars": {
"PUBLIC_HOST": "dev.heygo.cc",
"PRIVATE_HOST": "my.dev.heygo.cc",
"APP_BASE_URL": "https://dev.heygo.cc",
"COOKIE_DOMAIN": ".heygo.cc"
},
"d1_databases": [
{
"binding": "DB",
"database_name": "heygo-shortlinks-dev",
"database_id": "00000000-0000-0000-0000-000000000000",
"migrations_dir": "migrations"
}
],
"kv_namespaces": [
{
"binding": "PUBLIC_LINK_CACHE",
"id": "00000000-0000-0000-0000-000000000000"
}
]
}