10 lines
167 B
Bash
10 lines
167 B
Bash
# API Settings
|
|
OPENVIDU_MEET_URL=http://localhost:6080/meet/api/v1
|
|
API_KEY=meet-api-key
|
|
|
|
# Server Settings
|
|
PORT=5080
|
|
LOG_LEVEL=INFO
|
|
|
|
# Environment
|
|
NODE_ENV=development |