Spaces:
Sleeping
Sleeping
File size: 305 Bytes
f0b765c | 1 2 3 4 5 6 7 8 9 10 11 | # Deployment Scripts
This directory contains scripts for deployment and production setup.
## Scripts
### Database Setup
- `create_user_indexes.py` - Creates necessary database indexes for user authentication
### Application Startup
- `start.sh` - Application startup script for deployment environments |