6 lines
99 B
Bash
6 lines
99 B
Bash
# Port to start server on.
|
|
PORT=5000
|
|
|
|
# MongoDB connection URI.
|
|
DB_URI=mongodb://localhost/knoldus
|