8 lines
219 B
Bash
8 lines
219 B
Bash
|
|
# Copy to .env.local
|
||
|
|
|
||
|
|
# Use the live .NET SignalR backend (1) instead of the local mock (default).
|
||
|
|
NEXT_PUBLIC_USE_SERVER=0
|
||
|
|
|
||
|
|
# Base URL of the Hokm SignalR server (server/).
|
||
|
|
NEXT_PUBLIC_SERVER_URL=http://localhost:5005
|