0a33497d40
Initial commit of the Super-Admin web panel (Next.js + TypeScript). CI admin-web-check job was failing because the directory was never tracked in git. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
6 lines
195 B
Bash
6 lines
195 B
Bash
# Platform admin web (port 3102)
|
|
NEXT_PUBLIC_ADMIN_API_URL=http://localhost:5081
|
|
|
|
# Docker compose admin stack uses host port 5081 for admin-api
|
|
# NEXT_PUBLIC_ADMIN_API_URL=http://localhost:5081
|