Sha256: 657b8f12f93d89bd9728646bb20a0c7cfe831bf819bbc6bc9a8577d0bcfef7e5
Contents?: true
Size: 1.59 KB
Versions: 1
Compression:
Stored size: 1.59 KB
Contents
RAILS_ENV: 'development' TIME_ZONE: 'Eastern Time (US & Canada)' DEFAULT_LOCALE: 'en' GOOGLE_ANALYTICS_UA: '' DISQUS_SHORT_NAME: '' S3_ACCESS_KEY_ID: '' S3_SECRET_ACCESS_KEY: '' S3_REGION: '' TOKEN_RAILS_SECRET: 'generate_token' SMTP_ADDRESS: 'smtp.gmail.com' SMTP_PORT: 587 # 465 if you use ssl SMTP_DOMAIN: 'gmail.com' SMTP_USERNAME: 'app_name@gmail.com' SMTP_PASSWORD: 'thebestpassword' SMTP_AUTH: 'plain' SMTP_ENCRYPTION: 'starttls' ACTION_MAILER_HOST: 'localhost:3000' ACTION_MAILER_DEFAULT_FROM: 'info@app_name.com' ACTION_MAILER_DEFAULT_TO: 'me@app_name.com' # your database name will automatically be adjusted for its enviroments: # development: app_name_development # test: app_name_test DATABASE_URL: 'postgresql://db_user@db_location:db_port/app_name?encoding=utf8&pool=5&timeout=5000' CACHE_URL: 'redis://cache_location:cache_port/0' # try setting these to 0/16 in production and tweak from there # in development mode you should use 0/1 ( multi-threaded + debugging = :< ) # these only apply if you're using puma THREADS_MIN: 0 THREADS_MAX: 1 # this should equal the number of CPU cores in production # it is reasonable to keep it at 1 for development WORKERS: 1 # this should equal the database pool size SIDEKIQ_CONCURRENCY: 5 # the name of the service # this gets combined with LOG_PATH and RUN_STATE_PATH to form a full path SERVICE: 'app_name' # the path where logs get written to # in production you might consider /var/log/app_name LOG_PATH: 'log' # the path that will contain pids and sockets # in production you will likely want to set this to '/var/run/app_name' RUN_STATE_PATH: 'tmp'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
orats-0.9.2 | lib/orats/templates/includes/new/rails/.env |