feat: 환경 변수에 GAME_TRPC_PATH 및 GATEWAY_TRPC_PATH 추가, 관련 문서 업데이트
This commit is contained in:
@@ -46,6 +46,9 @@ Minimum environment variables for the test:
|
||||
- `GATEWAY_REDIS_PREFIX` (optional but recommended to isolate keys)
|
||||
- `GATEWAY_WORKSPACE_ROOT` (workspace root with built `dist/`)
|
||||
- `GATEWAY_WORKTREE_ROOT` (worktree root for builds; can be temp)
|
||||
- `GATEWAY_TRPC_PATH` (e.g. `/gateway/api/trpc`)
|
||||
- `GAME_TRPC_PATH` (e.g. `/che/api/trpc`)
|
||||
- `GAME_API_EVENTS_PATH` (e.g. `/che/api/events`)
|
||||
|
||||
For profile alignment:
|
||||
|
||||
|
||||
@@ -32,6 +32,7 @@ The test runs real Postgres and Redis, and talks to the API servers via tRPC.
|
||||
- `GAME_TOKEN_SECRET`, `KAKAO_REST_KEY`, `KAKAO_REDIRECT_URI`
|
||||
- `GATEWAY_BOOTSTRAP_TOKEN`
|
||||
- `GATEWAY_API_HOST`, `GATEWAY_API_PORT`, `GAME_API_HOST`, `GAME_API_PORT`
|
||||
- `GATEWAY_TRPC_PATH`, `GAME_TRPC_PATH`, `GAME_API_EVENTS_PATH`
|
||||
- `PROFILE=che`, `SCENARIO=2`
|
||||
- `pnpm install` and `pnpm build` have already completed.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user