filesharing/.env.example
2022-09-07 00:01:56 +08:00

5 lines
127 B
Plaintext

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