Skip to content

Instantly share code, notes, and snippets.

@sadfuzzy
Created April 16, 2019 14:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sadfuzzy/fb3d88d88f652a02e98ca88e3c903d37 to your computer and use it in GitHub Desktop.
Save sadfuzzy/fb3d88d88f652a02e98ca88e3c903d37 to your computer and use it in GitHub Desktop.
From Goody
config.log_level = :info
config.lograge.enabled = true
config.log_formatter = ::Logger::Formatter.new
config.action_mailer.default_url_options = { host: 'goody.im', protocol: :https }
config.action_mailer.perform_deliveries = true
config.action_mailer.delivery_method = :smtp
config.action_mailer.smtp_settings = {
openssl_verify_mode: 'none',
tls: false,
address: 'smtp.yandex.com.tr',
port: 587,
domain: 'yandex.ru',
authentication: 'plain',
enable_starttls_auto: true,
user_name: 'hello@goody.im',
password: '5imRVQWL240a'
}
bash ./config/system/zImageOptimizer.sh -t 14d -p /home/rails/rentalyachts.com/shared/public/system/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment