Skip to content

Commit ad2acc2

Browse files
committed
Replacing Hyperdrive instance
1 parent be003b0 commit ad2acc2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "labelzoom-cf-api-proxy",
33
"description": "A Cloudflare Worker that serves as a reverse proxy for LabelZoom's public REST API",
4-
"version": "1.2.7",
4+
"version": "1.2.8",
55
"private": true,
66
"dependencies": {
77
"hono": "4.9.12",

wrangler.jsonc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"hyperdrive": [
4343
{
4444
"binding": "DB",
45-
"id": "68c40b656bce4b29ae0ed0bd2f309865",
45+
"id": "665eabffb738434988e6367bab831e96",
4646
"localConnectionString": "mysql://lz_hyperdrive:Uid4lDiH5pltxYBFFNqe@ubuntu-database.internal.robfaust.com:3306/lz_spring"
4747
}
4848
],
@@ -133,7 +133,7 @@
133133
"hyperdrive": [
134134
{
135135
"binding": "DB",
136-
"id": "68c40b656bce4b29ae0ed0bd2f309865",
136+
"id": "665eabffb738434988e6367bab831e96",
137137
"localConnectionString": "mysql://lz_hyperdrive:Uid4lDiH5pltxYBFFNqe@ubuntu-database.internal.robfaust.com:3306/lz_spring"
138138
}
139139
],
@@ -176,7 +176,7 @@
176176
"hyperdrive": [
177177
{
178178
"binding": "DB",
179-
"id": "68c40b656bce4b29ae0ed0bd2f309865",
179+
"id": "665eabffb738434988e6367bab831e96",
180180
"localConnectionString": "mysql://lz_hyperdrive:Uid4lDiH5pltxYBFFNqe@ubuntu-database.internal.robfaust.com:3306/lz_spring"
181181
}
182182
],
@@ -219,7 +219,7 @@
219219
"hyperdrive": [
220220
{
221221
"binding": "DB",
222-
"id": "68c40b656bce4b29ae0ed0bd2f309865",
222+
"id": "665eabffb738434988e6367bab831e96",
223223
"localConnectionString": "mysql://lz_hyperdrive:Uid4lDiH5pltxYBFFNqe@ubuntu-database.internal.robfaust.com:3306/lz_spring"
224224
}
225225
],

0 commit comments

Comments
 (0)