feat: use managed Valkey with per-customer key prefix instead of in-cluster valkey
Some checks failed
Build & Release / build (push) Has been cancelled

This commit is contained in:
Ryan Moon
2026-04-03 19:48:33 -05:00
parent e995ae4cd9
commit 4dfa42487f
2 changed files with 3 additions and 2 deletions

View File

@@ -7,6 +7,7 @@ export const config = {
dbUrl: process.env.DATABASE_URL!,
doadminDbUrl: process.env.DOADMIN_DATABASE_URL!,
jwtSecret: process.env.JWT_SECRET!,
managedValkeyUrl: process.env.MANAGED_VALKEY_URL!,
};
for (const [key, val] of Object.entries(config)) {