filesharing/.env.example
2022-08-26 23:47:03 +08:00

5 lines
122 B
Plaintext

HOST="0.0.0.0"
PORT="3000"
MONGDB="mongodb://user:pass@localhost/filesharing?authSource=admin"
UPLOAD_SIZE_LIMIT=10485760