Sha256: 77719f4bb955318d01d86213685160351f646d2bb4afb32388a7f18c2274b139

Contents?: true

Size: 788 Bytes

Versions: 15

Compression:

Stored size: 788 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" %>
<%= "#{app_name.upcase}_SECRET_KEY_BASE=development_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" %>
<%= "#{app_name.upcase}_WEB_CONCURRENCY=1" %>
<%= "#{app_name.upcase}_MAX_THREADS=16" %>
<%= "#{app_name.upcase}_COVERAGE=false" %>        # simplecov flag
RACK_ENV=development
EXECJS_RUNTIME=Node
RAILS_SERVE_STATIC_FILES=true
DEFER_GC=1      # Garbage collector flag. Used in RSpec

Version data entries

15 entries across 15 versions & 1 rubygems

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