Sha256: 92d312f9557811ede59fc3d86c73d2e6397667945d3d981458e86a73618f70fc

Contents?: true

Size: 482 Bytes

Versions: 9

Compression:

Stored size: 482 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: 5)
- `SECRET_KEY_BASE` **REQUIRED** - 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

9 entries across 9 versions & 1 rubygems

Version Path
nextgen-0.21.0 template/DEPLOYMENT.md
nextgen-0.20.0 template/DEPLOYMENT.md
nextgen-0.19.0 template/DEPLOYMENT.md
nextgen-0.18.0 template/DEPLOYMENT.md
nextgen-0.17.1 template/DEPLOYMENT.md
nextgen-0.17.0 template/DEPLOYMENT.md
nextgen-0.16.0 template/DEPLOYMENT.md
nextgen-0.14.0 template/DEPLOYMENT.md
nextgen-0.13.0 template/DEPLOYMENT.md