Backend Environment Variables
Configure inbackend/.env
Database
Example:
Redis (Optional)
Example:
Redis is optional but recommended for production. Improves performance by caching user sessions and guild data.
Storage (MinIO/S3)
Example:
Server
Example:
Frontend Environment Variables
Configure inwryft-web/.env
API Configuration
Example:
Docker Environment
Configure indocker-compose.yml or .env file
PostgreSQL
MinIO
Redis
Environment Templates
Development
backend/.envProduction
backend/.envSecurity Best Practices
Strong Passwords
Use random 32+ character passwords
JWT Secret
Generate with:
openssl rand -hex 32CORS
Restrict to your domain in production
HTTPS
Always use HTTPS in production
Generating Secrets
Validation
Check your configuration:Next Steps
Docker Deployment
Deploy with Docker
Production Guide
Production best practices

