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
|