Suraj Kumar Sarkar
file_editor str_replace /app/backend/.env --old-str "MONGO_URL=\"mongodb://localhost:27017\"
DB_NAME=\"test_database\"
CORS_ORIGINS=\"*\"" --new-str "MONGO_URL=\"mongodb://localhost:27017\"
DB_NAME=\"test_database\"
CORS_ORIGINS=\"*\"
JWT_SECRET=\"rongmei_super_secret_change_in_prod_2026\"
ADMIN_EMAIL=\"admin@rongmei.com\"
ADMIN_PASSWORD=\"Admin@123\"
RAZORPAY_KEY_ID=\"\"
RAZORPAY_KEY_SECRET=\"\""