-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwrangler.toml
More file actions
29 lines (25 loc) · 744 Bytes
/
Copy pathwrangler.toml
File metadata and controls
29 lines (25 loc) · 744 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
name = "invoice-generator"
main = ".svelte-kit/cloudflare/_worker.js"
compatibility_date = "2024-11-18"
compatibility_flags = ["nodejs_compat"]
[assets]
directory = ".svelte-kit/cloudflare"
binding = "ASSETS"
[[d1_databases]]
binding = "DB"
database_name = "invoice-db"
database_id = "2f6cfba4-f98c-499e-acf4-f64f87ca9061"
preview_database_id = "e43b2514-dc6c-4d4c-902c-d2aa850d1e10"
[[r2_buckets]]
binding = "BUCKET"
bucket_name = "invoice-bucket"
preview_bucket_name = "invoice-bucket-preview"
# Browser Rendering for PDF generation
[browser]
binding = "BROWSER"
[vars]
SUPER_ADMIN_EMAILS = "atik.aiub@gmail.com"
# Secrets (set via: wrangler secret put <SECRET_NAME>):
# - GOOGLE_CLIENT_ID
# - GOOGLE_CLIENT_SECRET
# - BETTER_AUTH_SECRET