docs: update documentation to OKF v0.1 format
This commit is contained in:
@@ -10,8 +10,9 @@ timestamp: 2026-07-22T16:44:54Z
|
||||
|
||||
HIPCTF uses **SQLite via better-sqlite3** with TypeORM migrations. The
|
||||
database is a single file (`DATABASE_PATH`, default
|
||||
`/data/hipctf/db.sqlite`) running in **WAL journal mode** for better
|
||||
concurrent read/write performance.
|
||||
`./data/db.sqlite`, resolved relative to the process working directory)
|
||||
running in **WAL journal mode** for better concurrent read/write
|
||||
performance.
|
||||
|
||||
The schema is created by a single migration
|
||||
(`backend/src/database/migrations/1700000000000-InitSchema.ts`) and seeded
|
||||
|
||||
Reference in New Issue
Block a user