Sha256: bcc9bc6e73bb3fed4dc934ca81f4dde66b77b3b9236f81f276e035fafaf70838
Contents?: true
Size: 615 Bytes
Versions: 29
Compression:
Stored size: 615 Bytes
Contents
puts "Loading ThecoreBackendCommons seeds" Thecore::Seed.save_setting :main, :app_name, "The Core by Gabriele Tassoni" puts "Loading ThecoreBackendCommons SMTP config" Thecore::Seed.save_setting :smtp, :delivery_method, "" Thecore::Seed.save_setting :smtp, :from, "" Thecore::Seed.save_setting :smtp, :address, "" Thecore::Seed.save_setting :smtp, :port, "" Thecore::Seed.save_setting :smtp, :domain, "" Thecore::Seed.save_setting :smtp, :user_name, "" Thecore::Seed.save_setting :smtp, :password, "" Thecore::Seed.save_setting :smtp, :authentication, "" Thecore::Seed.save_setting :smtp, :enable_starttls_auto, ""
Version data entries
29 entries across 29 versions & 1 rubygems