mirror of
https://github.com/wahyd4/heygo.git
synced 2026-08-09 05:15:52 +10:00
Update dev env
This commit is contained in:
+12
-2
@@ -6,6 +6,16 @@
|
||||
"assets": {
|
||||
"directory": "./dist/client"
|
||||
},
|
||||
"routes": [
|
||||
{
|
||||
"pattern": "dev.heygo.cc",
|
||||
"custom_domain": true
|
||||
},
|
||||
{
|
||||
"pattern": "my.dev.heygo.cc",
|
||||
"custom_domain": true
|
||||
}
|
||||
],
|
||||
"observability": {
|
||||
"enabled": true
|
||||
},
|
||||
@@ -19,14 +29,14 @@
|
||||
{
|
||||
"binding": "DB",
|
||||
"database_name": "heygo-shortlinks-dev",
|
||||
"database_id": "00000000-0000-0000-0000-000000000000",
|
||||
"database_id": "e25529ec-e492-4a84-94a1-f6012c2f9b10",
|
||||
"migrations_dir": "migrations"
|
||||
}
|
||||
],
|
||||
"kv_namespaces": [
|
||||
{
|
||||
"binding": "PUBLIC_LINK_CACHE",
|
||||
"id": "00000000-0000-0000-0000-000000000000"
|
||||
"id": "953fa8aa0a51485889d9a246512b30dc"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user