mirror of
https://github.com/djdevin/recflare.git
synced 2026-09-08 14:41:28 -07:00
update some naming conventions
This commit is contained in:
@@ -4,16 +4,17 @@
|
||||
"main": "src/rooms.app.ts",
|
||||
"compatibility_date": "2025-09-20",
|
||||
"compatibility_flags": ["nodejs_compat"],
|
||||
// Room storage. Create with `wrangler d1 create rec-rooms`, then put the real
|
||||
// id in the gitignored root .env under RECFLARE_D1 (see .env.example) — it is
|
||||
// spliced in at deploy time by run-wrangler-deploy. The "local" placeholder
|
||||
// below is only a key for the local SQLite db used by `wrangler dev`, so the
|
||||
// committed file needs no per-developer edits. Apply migrations with
|
||||
// `wrangler d1 migrations apply rec-rooms --remote`.
|
||||
// Shared `recflare` DB (room storage lives here). Create it manually with
|
||||
// `wrangler d1 create recflare`, then put the real id in the gitignored root
|
||||
// .env under RECFLARE_D1 (see .env.example) — it is spliced in at deploy time
|
||||
// by run-wrangler-deploy. The "local" placeholder below is only a key for the
|
||||
// local SQLite db used by `wrangler dev`, so the committed file needs no
|
||||
// per-developer edits. Apply migrations with
|
||||
// `wrangler d1 migrations apply recflare --remote`.
|
||||
"d1_databases": [
|
||||
{
|
||||
"binding": "DB",
|
||||
"database_name": "rec-rooms",
|
||||
"database_name": "recflare",
|
||||
"database_id": "local",
|
||||
"migrations_dir": "migrations"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user