Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
topical / spec / dummy / config / secrets.yml
Size: Mime:
# 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: e6bc3cf0299d29ba5f629558ec7dc2accaaa231281dcbbaa7de26120bb5f91710dcadd2c567cbc7add87f9e8cc4cf99054b9b44996339ac52023bc02b07459c3

test:
  secret_key_base: 8d681eba0d4ccacccb8c467e1a776c800bd681962255eff147363208a327b3532355df248596bd2384e7524772ef47e98156e9858280d0fff94938c39e201cef

# Do not keep production secrets in the repository,
# instead read values from the environment.
production:
  secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>