Sha256: bd69af6c4a7de9c8f2fc8b992f724dd9956a5c7531e4bd1749d1e461cdde830f

Contents?: true

Size: 736 Bytes

Versions: 10

Compression:

Stored size: 736 Bytes

Contents

# https://github.com/ddollar/forego
<%= "#{app_name.upcase}_ASSET_HOST=localhost:3000" %>
<%= "#{app_name.upcase}_APPLICATION_HOST=localhost:3000" %>
<%= "#{app_name.upcase}_PORT=3000" %>
RACK_ENV=development
<%= "#{app_name.upcase}_SECRET_KEY_BASE=development_secret" %>
EXECJS_RUNTIME=Node
<%= "#{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" %>
<%= "#{app_name.upcase}_WEB_CONCURRENCY=1" %>
<%= "#{app_name.upcase}_MAX_THREADS=16" %>
<%= "#{app_name.upcase}_RAILS_SERVE_STATIC_FILES=true" %>
<%= "#{app_name.upcase}_COVERAGE=false" %>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
onotole-1.1.15 templates/dotenv.erb
onotole-1.1.14 templates/dotenv.erb
onotole-1.1.13 templates/dotenv.erb
onotole-1.1.12 templates/dotenv.erb
onotole-1.1.10 templates/dotenv.erb
onotole-1.1.9 templates/dotenv.erb
onotole-1.1.8 templates/dotenv.erb
onotole-1.1.7 templates/dotenv.erb
onotole-1.1.6 templates/dotenv.erb
onotole-1.1.5 templates/dotenv.erb