added db guard changes to prevent deletion
This commit is contained in:
@@ -29,7 +29,7 @@ export default defineConfig({
|
||||
setupFiles: dbSecurityTestsEnabled ? ["tests/setup.ts"] : [],
|
||||
env: {
|
||||
NODE_ENV: "test",
|
||||
DATABASE_URL: "postgres://app:app@127.0.0.1:5432/skymoney",
|
||||
DATABASE_URL: "postgres://app:app@127.0.0.1:5432/skymoney_test",
|
||||
AUTH_DISABLED: "1",
|
||||
SEED_DEFAULT_BUDGET: "1",
|
||||
JWT_SECRET: "test-jwt-secret-32-chars-min-abcdef",
|
||||
|
||||
Reference in New Issue
Block a user