24 lines
584 B
JSON
24 lines
584 B
JSON
{
|
|
"$schema": "node_modules/wrangler/config-schema.json",
|
|
"name": "cfw-auth",
|
|
"main": "src/index.ts",
|
|
"compatibility_date": "2026-06-10",
|
|
"compatibility_flags": [
|
|
"nodejs_compat"
|
|
],
|
|
"vars": {
|
|
"BETTER_AUTH_URL": "http://localhost:8788",
|
|
"TRUSTED_ORIGINS": "http://localhost:8787",
|
|
"MAIL_PROVIDER": "resend",
|
|
"MAIL_FROM": "noreply@example.com",
|
|
"CAPTCHA_PROVIDER": "cloudflare-turnstile"
|
|
},
|
|
"d1_databases": [
|
|
{
|
|
"binding": "DB",
|
|
"database_name": "cfw-auth",
|
|
"database_id": "90fe25a4-9d22-43a6-9ade-3a15afc3ab47"
|
|
}
|
|
]
|
|
}
|