Sha256: 09762027062b505282aba0824d513fb453e6a662443af89a695e4be7f97310b1
Contents?: true
Size: 634 Bytes
Versions: 2
Compression:
Stored size: 634 Bytes
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: <%= app_secret %> test: secret_key_base: <%= app_secret %> production: secret_key_base: <%= app_secret %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
railties-4.1.0.beta2 | lib/rails/generators/rails/app/templates/config/secrets.yml |
railties-4.1.0.beta1 | lib/rails/generators/rails/app/templates/config/secrets.yml |