mirror of
https://github.com/anatolykopyl/movieroom-core.git
synced 2026-03-26 12:54:51 +00:00
6 lines
92 B
Plaintext
6 lines
92 B
Plaintext
PORT=3000
|
|
MOVIES_PORT=3001
|
|
DB=mongodb://localhost:27017/w2g
|
|
FILES=./files
|
|
TEMP_FILES=./temp
|