mirror of
https://github.com/lobehub/lobehub.git
synced 2026-03-26 13:19:34 +07:00
♻️ refactor: refactor oidc env to auth env (#11095)
♻️ refactor: refactor oidc to auth
This commit is contained in:
@@ -101,7 +101,6 @@ export async function startWebServer(options: WebServerOptions): Promise<void> {
|
||||
...process.env,
|
||||
// E2E test secret keys
|
||||
BETTER_AUTH_SECRET: 'e2e-test-secret-key-for-better-auth-32chars!',
|
||||
ENABLE_OIDC: '0',
|
||||
KEY_VAULTS_SECRET: 'LA7n9k3JdEcbSgml2sxfw+4TV1AzaaFU5+R176aQz4s=',
|
||||
// Disable email verification for e2e
|
||||
NEXT_PUBLIC_AUTH_EMAIL_VERIFICATION: '0',
|
||||
|
||||
Reference in New Issue
Block a user