Sha256: 0429657ba228926edf7b4a05ef05947fc53766fff8824468436a809e8f56de8a
Contents?: true
Size: 469 Bytes
Versions: 12
Compression:
Stored size: 469 Bytes
Contents
# Deployment ## Environment variables These environment variables affect how the app functions when deployed in production. - `RAILS_DISABLE_SSL` - Disable HSTS and secure cookies - `RAILS_ENV` **REQUIRED** - "production" - `RAILS_MAX_THREADS` - Number of threads per Puma process (default: 3) - `SECRET_KEY_BASE` **REQUIRED** - Unique, secret key used to encrypt and sign cookies and other sensitive data - `WEB_CONCURRENCY` - Number of Puma processes (default: 1)
Version data entries
12 entries across 12 versions & 1 rubygems