Sha256: 2497b967ec2d752c634fd06e17499adb8b9b051e7b91239e7fe392e09bcd8379
Contents?: true
Size: 1.28 KB
Versions: 1
Compression:
Stored size: 1.28 KB
Contents
# You can have configuration per-environment by nesting under the # environment key, or have a top level. # ldap: # username: <username> # password: <password> development: # email: # default: # from: user@gmail.com # default_url_options: # host: example.com # delivery_method: :smtp # # delivery_method: :sendmail # # delivery_method: :test # # delivery_method: :file # raise_delivery_errors: true # # send_mail_settings: # # location: "/usr/sbin/sendmail" # # arguments: "-i -t" # smtp_settings: # address: smtp.gmail.com # port: 587 # domain: gmail.com # user_name: <username> # password: <password> # authentication: plain # enable_starttls_auto: true # subject_prefix: '[My App {env}] ' # exception_notification: # email: # email_prefix: '[My App - Error {env}] ' # sender_address: user@example.com # exception_recipients: # - user1@example.com # - user2@example.com # ldap: # username: <username> # password: <password> test: email: default: from: test-user@examle.com default_url_options: host: example.com delivery_method: :test raise_delivery_errors: true subject_prefix: '[My App {env}] '
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ucb_rails-0.0.6 | lib/generators/ucb_rails/templates/config/config.yml.example |