feat: add config API with encrypted secret storage

This commit is contained in:
Jonathan
2026-07-10 19:54:27 +02:00
parent 91ea32c4b8
commit 1b11fa37bd
3 changed files with 89 additions and 0 deletions
+1
View File
@@ -5,4 +5,5 @@ beforeEach(async () => {
// Job has a cascade FK to Request; delete Job first.
await prisma.job.deleteMany();
await prisma.request.deleteMany();
await prisma.config.deleteMany();
});