6 lines
97 B
Bash
6 lines
97 B
Bash
# Port to start server on.
|
|
PORT=8080
|
|
|
|
# MongoDB connection URI.
|
|
DB_URI=mongodb://localhost/27017
|