filesharing/.env.example

5 lines
122 B
Plaintext
Raw Normal View History

2022-08-26 15:47:03 +00:00
HOST="0.0.0.0"
PORT="3000"
MONGDB="mongodb://user:pass@localhost/filesharing?authSource=admin"
UPLOAD_SIZE_LIMIT=10485760