Sha256: 7e4f7b5442b168b5aff46d7b02a1e523c93ba35e70f47c46123808d8300565cf
Contents?: true
Size: 1.25 KB
Versions: 1
Compression:
Stored size: 1.25 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 `rails secret` to generate a secure secret key. # Make sure the secrets in this file are kept private # if you're sharing your code publicly. # Shared secrets are available across all environments. # shared: # api_key: a1B2c3D4e5F6 # Environmental secrets are only available for that specific environment. development: secret_key_base: cdc9179c5b92dfd636fbb1285e8ed03648d4258522def66c783e85134fa9b07c1ffc415b048ec2c193fef74c1d75cff4c603ccd3fd9f7038ba8f4becc75cc821 test: secret_key_base: e58711a485792be3017ed12cc7522e3b5a56745fd84ee36354b4592a18cf34c0b566f9f211fbbae6ae76cd58438c35fe82b701adf7542de4b80d85c6fa869fa3 # Do not keep production secrets in the unencrypted secrets file. # Instead, either read values from the environment. # Or, use `bin/rails secrets:setup` to configure encrypted secrets # and move the `production:` environment over there. production: secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bemer-0.1.0 | spec/dummy/config/secrets.yml |