Sha256: fbac0ea7da7611ed5e1c04d41f4ec9f3eb98385903c932b162b5a5b75e886528

Contents?: true

Size: 598 Bytes

Versions: 14

Compression:

Stored size: 598 Bytes

Contents

# https://github.com/ddollar/forego
<%= "#{app_name.upcase}_ASSET_HOST=fix_env_production_file.org" %>
<%= "#{app_name.upcase}_APPLICATION_HOST=fix_env_production_file.org" %>
<%= "#{app_name.upcase}_PORT=80" %>
<%= "#{app_name.upcase}_SECRET_KEY_BASE=production_secret" %>
<%= "#{app_name.upcase}_SMTP_ADDRESS=smtp.example.com" %>
<%= "#{app_name.upcase}_SMTP_DOMAIN=example.com" %>
<%= "#{app_name.upcase}_SMTP_PORT=587" %>
<%= "#{app_name.upcase}_SMTP_PASSWORD=password" %>
<%= "#{app_name.upcase}_SMTP_USERNAME=username" %>
RACK_ENV=production
EXECJS_RUNTIME=Node
RAILS_SERVE_STATIC_FILES=true

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
onotole-2.0.2 templates/dotenv_production.erb
onotole-2.0.1 templates/dotenv_production.erb
onotole-2.0.0 templates/dotenv_production.erb
onotole-1.2.11 templates/dotenv_production.erb
onotole-1.2.10 templates/dotenv_production.erb
onotole-1.2.9 templates/dotenv_production.erb
onotole-1.2.8 templates/dotenv_production.erb
onotole-1.2.7 templates/dotenv_production.erb
onotole-1.2.6 templates/dotenv_production.erb
onotole-1.2.5 templates/dotenv_production.erb
onotole-1.2.4 templates/dotenv_production.erb
onotole-1.2.3 templates/dotenv_production.erb
onotole-1.2.2 templates/dotenv_production.erb
onotole-1.2.1 templates/dotenv_production.erb