9 lines
339 B
Bash
9 lines
339 B
Bash
|
|
# Local dotnet run (HTTPS)
|
||
|
|
# Merchant API (POS / dashboard café features)
|
||
|
|
# NEXT_PUBLIC_API_URL=https://localhost:7208
|
||
|
|
# Platform admin API (run Meezi.Admin.API — default https://localhost:7210)
|
||
|
|
# NEXT_PUBLIC_ADMIN_API_URL=https://localhost:7210
|
||
|
|
|
||
|
|
# Docker Compose (HTTP, default API_PORT=5080)
|
||
|
|
NEXT_PUBLIC_API_URL=http://localhost:5080
|