We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b68d8e commit 644a446Copy full SHA for 644a446
1 file changed
apps/api/wrangler.toml.example
@@ -11,9 +11,15 @@ database_name = "tabitabi"
11
database_id = "PLACEHOLDER_DATABASE_ID"
12
migrations_dir = "../../migrations"
13
14
+[vars]
15
+ALLOWED_ORIGINS = "*"
16
+
17
[env.production]
18
name = "tabitabi-api"
19
20
+[env.production.vars]
21
+ALLOWED_ORIGINS = "https://tabitabi.pages.dev"
22
23
[env.production.observability]
24
enabled = true
25
0 commit comments