chore: add config, prisma schema and client (Prisma 7 adapter)
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
export const config = {
|
||||
DOWNLOAD_LINK_TTL_HOURS: 24,
|
||||
WORKER_CONCURRENCY: 3,
|
||||
WORKER_POLL_INTERVAL_MS: 10_000,
|
||||
STORAGE_PATH: process.env.STORAGE_PATH ?? '',
|
||||
RATE_LIMIT_MAX: 5,
|
||||
RATE_LIMIT_WINDOW_MS: 3_600_000,
|
||||
} as const
|
||||
Reference in New Issue
Block a user