4 lines
99 B
Bash
4 lines
99 B
Bash
# MONGO_URI=mongodb://127.0.0.1:27017/
|
|
MONGO_URI=mongodb://mongo/
|
|
API_PORT=5000
|
|
SOCKET_PORT=8000 |