Sha256: 99838bbc252ccf88a6555de354e788f02d3cd5c3f3178d6c847dbb8344d2d74b
Contents?: true
Size: 772 Bytes
Versions: 2
Compression:
Stored size: 772 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.test and modify for each machine # Application settings APP_NAME = '<%= @config.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 = '<%= @config.admin_email %>' # Exception notification settings EXCEPTION_NOTIFICATION_EMAIL_PREFIX = '[<%= @config.class_name %>] ' EXCEPTION_NOTIFICATION_SENDER = 'server@<%= @config.domain %>' # Unicorn settings UNICORN_BEHIND_NGINX = true # UNICORN_PORT = 3000 # Rails environment RAILS_ENV = 'test'
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
railman-0.6.13 | templates/rails_app/.env.example.test.tt |
railman-0.6.12 | templates/rails_app/.env.example.test.tt |