21 lines
558 B
JSON
21 lines
558 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",
|
|
"INTERNAL_AUTH_SECRET": "dev-internal-secret",
|
|
"DEV_SESSION_TOKEN": "dev-session-token"
|
|
},
|
|
"d1_databases": [
|
|
{
|
|
"binding": "DB",
|
|
"database_name": "cfw-auth-dev",
|
|
"database_id": "00000000-0000-0000-0000-000000000000"
|
|
}
|
|
]
|
|
}
|