添加 Redis 支持
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-04-09 15:57:28 +08:00
parent cd689aba98
commit 5e5f13a949
6 changed files with 67 additions and 0 deletions

View File

@ -38,6 +38,11 @@ export default defineConfig({
access: 'secret',
default: 'https://legacy.passthem.top/api',
}),
REDIS_URL: envField.string({
context: 'server',
access: 'secret',
default: '',
}),
},
},
})