mirror of
https://github.com/lobehub/lobehub.git
synced 2026-03-26 13:19:34 +07:00
✨ feat: remove Clerk authentication code (#11711)
This commit is contained in:
@@ -133,6 +133,8 @@ export async function startWebServer(options: WebServerOptions): Promise<void> {
|
||||
|
||||
const serverEnv = {
|
||||
...process.env,
|
||||
// APP_URL is required for Better Auth to recognize localhost as a trusted origin
|
||||
APP_URL: `http://localhost:${port}`,
|
||||
// E2E test secret keys
|
||||
BETTER_AUTH_SECRET: 'e2e-test-secret-key-for-better-auth-32chars!',
|
||||
KEY_VAULTS_SECRET: 'LA7n9k3JdEcbSgml2sxfw+4TV1AzaaFU5+R176aQz4s=',
|
||||
|
||||
Reference in New Issue
Block a user