Sha256: 8063660a3f75b8ca6f13f55a5f19a78b39394d1ea10e08e1047476cc43224925
Contents?: true
Size: 440 Bytes
Versions: 13
Compression:
Stored size: 440 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_MAX_THREADS` - Number of threads per Puma process (default: 5) - **REQUIRED** `SECRET_KEY_BASE` - Unique, secret key used to encrypt and sign cookies and other sensitive data - `WEB_CONCURRENCY` - Number of Puma processes (default: number of CPUs)
Version data entries
13 entries across 13 versions & 1 rubygems