Sha256: 8c8e7b1e044b97b971d1ee7e339ced507859d37955ea016b6b113a14ea20fb48

Contents?: true

Size: 404 Bytes

Versions: 2

Compression:

Stored size: 404 Bytes

Contents

default: &default
  ASSET_HOST: 'localhost:3000'
  APPLICATION_HOST: 'localhost:3000'
  PORT: '3000'
  RACK_ENV: 'development'
  RACK_MINI_PROFILER: '0'
  REDISTOGO_URL: 'redis://localhost'
  SECRET_KEY_BASE: 'development_secret'
  EXECJS_RUNTIME: 'Node'
  SMTP_ADDRESS: ''
  SMTP_DOMAIN: ''
  SMTP_PASSWORD: ''
  SMTP_USERNAME: ''
  WEB_CONCURRENCY: 1

development:
  <<: *default

test:
  <<: *default

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
underlay-2.0 templates/application.example.yml
underlay-1.52.1 templates/application.example.yml