mockforge-registry-server 0.3.88

Plugin registry server for MockForge
# Registry Server Configuration

# Database
DATABASE_URL=postgres://postgres:password@localhost:5432/mockforge_registry

# Authentication
JWT_SECRET=change-me-in-production-use-strong-random-string

# S3 Storage
S3_BUCKET=mockforge-plugins
S3_REGION=us-east-1
S3_ENDPOINT=http://localhost:9000  # For MinIO; omit for AWS S3
AWS_ACCESS_KEY_ID=minioadmin
AWS_SECRET_ACCESS_KEY=minioadmin

# Server
PORT=8080
MAX_PLUGIN_SIZE=52428800  # 50MB
RATE_LIMIT_PER_MINUTE=60

# Logging
RUST_LOG=info,mockforge_registry_server=debug