first commit

This commit is contained in:
Gitea
2026-06-24 16:07:39 +05:30
commit 38c43c1cbb
11 changed files with 3837 additions and 0 deletions
+8
View File
@@ -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