Sha256: e02d62932bae76cadf130c0788683e20cf0bbb717716f9ef1b36dedcce1140a1
Contents?: true
Size: 781 Bytes
Versions: 3
Compression:
Stored size: 781 Bytes
Contents
# Put server-specific environment variables here # .env is loaded by the dotenv gem on startup # Don't commit this file to Git !!! Copy from .env.example.development and modify for each machine # Application settings APP_NAME = '<%= app_name %>' # Database settings DB_USER = 'user' DB_PASSWORD = 'password' # Session secret - generate with: rake secret SECRET_TOKEN = '<%= @rake_secret %>' # Where to send exceptions and other admin emails ADMIN_EMAIL = '<%= @admin_email %>' # Exception notification settings EXCEPTION_NOTIFICATION_EMAIL_PREFIX = '[<%= @class_name %>] ' EXCEPTION_NOTIFICATION_SENDER = 'server@<%= @domain %>' # Unicorn settings UNICORN_BEHIND_NGINX = <%= @unicorn_behind_nginx %> # UNICORN_PORT = 3000 # Rails environment RAILS_ENV = 'development'
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
railman-0.2.0 | templates/rails_app/.env.example.development.tt |
railman-0.1.2 | templates/rails_app/.env.example.development.tt |
railman-0.1.1 | templates/rails_app/.env.example.development.tt |