Sha256: 3601d6332e245e096503aee601054ad3158ff5ac723956a95278ee3869b76993
Contents?: true
Size: 760 Bytes
Versions: 8
Compression:
Stored size: 760 Bytes
Contents
Typus.setup do |config| # Application name. config.admin_title = "<%= options[:admin_title] %>" # config.admin_sub_title = "" # Configure the e-mail address which will be shown in Admin::Mailer. # When this option is define Typus will allow admin users to recover # lost passwords. # config.mailer_sender = "admin@example.com" # Define file attachment settings. # config.file_preview = :typus_preview # config.file_thumbnail = :typus_thumbnail # Authentication: :none, :http_basic # config.authentication = :none # Define username and password for http authentication # config.username = "admin" # config.password = "columbia" # Define available languages on the admin interface. # config.available_locales = [:en] end
Version data entries
8 entries across 8 versions & 1 rubygems