Skip to content

Commit 98bd78d

Browse files
committed
chore: update wrangler.toml with real D1 database IDs
Dev: codingcat-auth-dev (802a4e11-fa76-4e19-aef2-3bd8e6c214df) Production: codingcat-auth (a2f53117-5919-4224-95a2-dc3847bea540)
1 parent 5ad622d commit 98bd78d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/web/wrangler.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ directory = "./dist/client"
3030
[[d1_databases]]
3131
binding = "DB"
3232
database_name = "codingcat-auth-dev"
33-
database_id = "placeholder-dev-create-via-wrangler"
33+
database_id = "802a4e11-fa76-4e19-aef2-3bd8e6c214df"
3434

3535
# --- Production Environment ---
3636

@@ -50,4 +50,4 @@ directory = "./dist/client"
5050
[[env.production.d1_databases]]
5151
binding = "DB"
5252
database_name = "codingcat-auth"
53-
database_id = "placeholder-prod-create-via-wrangler"
53+
database_id = "a2f53117-5919-4224-95a2-dc3847bea540"

0 commit comments

Comments
 (0)