first commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
PORT=5000
|
||||
JWT_SECRET=your_super_secret_jwt_key_change_this_in_production
|
||||
JWT_EXPIRE=7d
|
||||
NODE_ENV=development
|
||||
UPLOAD_FOLDER=uploads
|
||||
OUTPUT_FOLDER=outputs
|
||||
COMPRESSION_QUALITY=80
|
||||
MAX_FILE_SIZE=50000000
|
||||
Reference in New Issue
Block a user