Files
heygo/wrangler.dev.jsonc
2026-06-20 20:06:10 +10:00

44 lines
953 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"
},
"routes": [
{
"pattern": "dev.heygo.cc",
"custom_domain": true
},
{
"pattern": "my.dev.heygo.cc",
"custom_domain": true
}
],
"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",
"ADMIN_EMAILS": "wahyd4@gmail.com"
},
"d1_databases": [
{
"binding": "DB",
"database_name": "heygo-shortlinks-dev",
"database_id": "e25529ec-e492-4a84-94a1-f6012c2f9b10",
"migrations_dir": "migrations"
}
],
"kv_namespaces": [
{
"binding": "PUBLIC_LINK_CACHE",
"id": "953fa8aa0a51485889d9a246512b30dc"
}
]
}