We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 022d01a commit 3983b66Copy full SHA for 3983b66
1 file changed
wrangler.toml
@@ -17,8 +17,8 @@ UPSTREAM_ORIGIN = ""
17
# D1 Database Binding - SQLite for Cloudflare
18
[[d1_databases]]
19
binding = "DB"
20
-database_name = "github-stats"
21
-database_id = "YOUR_DATABASE_ID"
+database_name = "stats"
+database_id = "a2b03b75-e470-480a-acd4-89bad0b42794"
22
23
# KV Namespace Bindings - for caching
24
[[kv_namespaces]]
@@ -70,7 +70,7 @@ UPSTREAM_ORIGIN = ""
70
[[env.production.d1_databases]]
71
72
database_name = "github-stats"
73
-database_id = "YOUR_PROD_DATABASE_ID"
74
75
[[env.production.kv_namespaces]]
76
binding = "bind_stats"
0 commit comments