Sha256: e1bd45160a10e7fbb1d106ba6064e9e2f53007431b53f867d05e5fe81763548b
Contents?: true
Size: 1.82 KB
Versions: 12
Compression:
Stored size: 1.82 KB
Contents
# Be sure to restart your server when you modify this file. # Your secret key is used for verifying the integrity of signed cookies. # If you change this key, all old signed cookies will become invalid! # Make sure the secret is at least 30 characters and all random, # no regular words or you'll be exposed to dictionary attacks. # You can use `rake secret` to generate a secure secret key. # Make sure the secrets in this file are kept private # if you're sharing your code publicly. development: secret_key_base: {{dev_secret_key_base}} smtp: address: smtp.CHANGEME.com port: 587 domain: {{app_name}}.com user_name: admin@{{app_name}}.com password: xxxxxxxx email: from: admin@{{app_name}}.com reply_to: admin@{{app_name}}.com # Destination for emails in dev environment # this should be left blank in production test: test@{{app_name}}.com from_domain: 'localhost:3000' snapshot_server: url: https://www.notaserver.com user: user password: password sitemap_base_url: http://localhost:3000/ asset_host: http://localhost:3000/ # don't use this value in production allowed_origins: '*' test: secret_key_base: {{test_secret_key_base}} smtp: address: smtp.{{app_name}}.com port: 587 domain: {{app_name}}.com user_name: admin@{{app_name}}.com password: xxxxxxxx email: from: admin@{{app_name}}.com reply_to: admin@{{app_name}}.com from_domain: 'example.com' snapshot_server: url: https://www.notaserver.com user: user password: password sitemap_base_url: http://localhost:3000/ asset_host: http://localhost:3000/ # don't use this value in production allowed_origins: '*' # Do not keep production secrets in the repository, # instead read values from the environment. production: secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>
Version data entries
12 entries across 12 versions & 1 rubygems