Rename project from Re:Link to Startover
Rebrand repository from "Re:Link" to "Startover" across the codebase. Updates include package names and scopes (@relink/* -> @startover/*), import paths, Next.js transpile settings, vitest name, UI text and docs, Dockerfile and CI/workflow names, deploy scripts and repo paths, and example/production env values. Also add auth-related env vars, an apps/web .env symlink, and small formatting/typing cleanups in several TSX/TS files and tests to accommodate the rename.
This commit is contained in:
@@ -9,5 +9,11 @@ REDIS_URL="redis://localhost:6379"
|
||||
NEXT_PUBLIC_APP_URL="http://localhost:3000"
|
||||
NEXT_PUBLIC_ADMIN_URL="http://localhost:3001"
|
||||
|
||||
# Auth.js
|
||||
AUTH_SECRET="iSceQlYVZ5fhUQdMyFBC0Z8kMo3nMfJRtyPSxbFo6Eg="
|
||||
NEXTAUTH_URL="http://localhost:4100"
|
||||
AUTH_KAKAO_CLIENT_ID="3644464b875f62dc139fe75fef96477c"
|
||||
AUTH_KAKAO_CLIENT_SECRET="cjijqCD14S5JXyfjeiatFIxIMU1w9Ldr"
|
||||
|
||||
# Node
|
||||
NODE_ENV="development"
|
||||
|
||||
Reference in New Issue
Block a user