We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1d93fe commit 021fd8aCopy full SHA for 021fd8a
1 file changed
wrangler.toml
@@ -12,7 +12,6 @@ cwd = "."
12
[vars]
13
ENVIRONMENT = "cloudflare"
14
PORT = "3000"
15
-UPSTREAM_ORIGIN = "https://stats.pphatdev.workers.dev"
16
17
# D1 Database Binding - SQLite for Cloudflare
18
[[d1_databases]]
@@ -39,7 +38,7 @@ compatibility_date = "2024-12-16"
39
38
[env.development.vars]
40
ENVIRONMENT = "cloudflare-dev"
41
DEBUG = "true"
42
+PORT = "3000"
43
44
[[env.development.d1_databases]]
45
binding = "DB"
@@ -65,7 +64,7 @@ compatibility_date = "2024-12-16"
65
64
[env.production.vars]
66
ENVIRONMENT = "cloudflare-production"
67
DEBUG = "false"
68
69
70
[[env.production.d1_databases]]
71
0 commit comments