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

Version Path
nextgen-0.12.0 template/DEPLOYMENT.md
nextgen-0.11.0 template/DEPLOYMENT.md
nextgen-0.10.0 template/DEPLOYMENT.md
nextgen-0.9.0 template/DEPLOYMENT.md
nextgen-0.8.0 template/DEPLOYMENT.md
nextgen-0.7.0 template/DEPLOYMENT.md
nextgen-0.6.0 template/DEPLOYMENT.md
nextgen-0.5.1 template/DEPLOYMENT.md
nextgen-0.5.0 template/DEPLOYMENT.md
nextgen-0.4.0 template/DEPLOYMENT.md
nextgen-0.3.0 template/DEPLOYMENT.md
nextgen-0.2.0 template/DEPLOYMENT.md
nextgen-0.1.0 template/DEPLOYMENT.md