9 lines
139 B
Plaintext
9 lines
139 B
Plaintext
# WebSocket connection URL
|
|
WS_URL=ws://localhost:3000/ws
|
|
|
|
# API URL
|
|
API_URL=http://localhost:3000
|
|
|
|
# Development mode
|
|
NODE_ENV=development
|