Sha256: 82c0bacb1e1605fa88be473e8254555380d1cbd08c0d7310a19c1f631081fac5
Contents?: true
Size: 1.14 KB
Versions: 1
Compression:
Stored size: 1.14 KB
Contents
# you can use `shared` for multiple environments # shared: # files: # folder: upload # mail: # delivery_method: test # hosts: # host: http://localhost:3000 # asset_host: same as host # cdn_host: same as host # sidekiq: # redis_url: redis://localhost:6379/nameoftheapp # # development: # sidekiq: # disable: true # # production: # exception: # slack: # webhook_url: https://hooks.slack.com/services/XXXXXXXX # email_prefix: '[ERROR]' # sender_address: "Your website <error@example.com>" # exception_recipients: # - my_email_for_errors@example.com # files: # folder: upload # mail: # from: "Your website <contact@example.com>" # delivery_method: smtp # smtp_settings: # address: smtp.gmail.com # port: 587 # domain: example.com # user_name: username # password: password # authentication: plain # enable_starttls_auto: true # hosts: # host: https://www.example.com # asset_host: https://asset.example.com # cdn_host: https://cdn.example.com # sidekiq: # redis_url: redis://localhost:6379/my_app # network_timeout: 5
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jt-rails-toolbox-2.8.1 | lib/generators/jt/toolbox/templates/jt-toolbox.yml |