# Database Connection String
# Format: mysql://user:password@host:port/database
DATABASE_URL=mysql://root@localhost:3306/fastserial_db
# JWT Configuration
JWT_SECRET=your_super_secret_key_change_me
# Server Configuration
PORT=8082
# Logging Configuration
RUST_LOG=info,sample_axum=debug,tower_http=debug