Sha256: 0375bb9db8eb7b3fc9ad89d6917c35365f5d11f4fdacf3987d2b2dc7b67f0e1e
Contents?: true
Size: 1.74 KB
Versions: 1
Compression:
Stored size: 1.74 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' BACKGROUND_URL: 'redis://cache_location:cache_port/0' # listen on a tcp port or unix socket LISTEN_ON: '0.0.0.0:3000' # 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 BACKGROUND_THREADS: 5 # the name of the service # this gets combined with RUN_STATE_PATH to form a full path SERVICE: 'app_name' # the log file that both the app and sidekiq write to # in production you might consider /var/log/user.log to leverage syslog LOG_FILE: 'log/app_name.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.4 | lib/orats/templates/includes/new/rails/.env |