Sha256: abdd8233e38cfea8867dd6507827df3229aeab854569b5a6a257b83e2c4eaf63
Contents?: true
Size: 675 Bytes
Versions: 1
Compression:
Stored size: 675 Bytes
Contents
# Copy this file into a new file called ".env" in the root of the project. # The dotenv gem will load the contents of .env into the environment when # Rails starts. Access values like this: ENV["RAILS_SECRET_KEY_BASE"] # # The purpose of this file is to keep secrets out of source control. # For more information, see: https://github.com/bkeepers/dotenv SECRET_KEY_BASE=<%= app_secret %> HOSTNAME=<%= app_name %>.local REDIS_URL='redis://localhost:6379' SMTP_AUTHENTICATION=plain SMTP_STARTTLS=false SMTP_ADDRESS='' SMTP_DOMAIN='' SMTP_PORT=587 SMTP_USERNAME='' SMTP_PASSWORD='' SIDEKIQ_WEB_USERNAME=admin SIDEKIQ_WEB_PASSWORD=password LOG_ASSETS = false COVERAGE=true
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pineapples-0.3.345 | lib/pineapples/templates/.example.env.tt |