feat: initial cfdav project with webdav+r2+d1 and pages admin docs
This commit is contained in:
21
wrangler.toml
Normal file
21
wrangler.toml
Normal file
@@ -0,0 +1,21 @@
|
||||
name = "cfdav"
|
||||
main = "src/index.ts"
|
||||
compatibility_date = "2024-01-01"
|
||||
compatibility_flags = ["nodejs_compat"]
|
||||
|
||||
[[d1_databases]]
|
||||
binding = "DB"
|
||||
database_name = "cfdav-db"
|
||||
database_id = "YOUR_D1_DATABASE_ID"
|
||||
|
||||
[[r2_buckets]]
|
||||
binding = "FILES"
|
||||
bucket_name = "YOUR_R2_BUCKET"
|
||||
|
||||
[vars]
|
||||
ENVIRONMENT = "production"
|
||||
BASIC_USER = "YOUR_BOOTSTRAP_EMAIL"
|
||||
BASIC_PASS = "YOUR_BOOTSTRAP_PASSWORD"
|
||||
|
||||
[triggers]
|
||||
crons = []
|
||||
Reference in New Issue
Block a user