mirror of
https://github.com/wahyd4/heygo.git
synced 2026-08-08 21:05:48 +10:00
43 lines
913 B
JSON
43 lines
913 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"
|
|
},
|
|
"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"
|
|
}
|
|
]
|
|
}
|