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    
atemporal / var / www / atemporal / 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: 566d81d86aaac6da05f9f8f35a876df2d9edbb7a0a215f49dbd9eef7816c1d6c7b9eabac5d988edc34eea38f04302498e9e7c52ce8c3c6d9d1965d66068b0ef8

test:
  secret_key_base: f2cf625b93dfc054069fd5bb6688e29f6e1da18c8d015682a3251f14857a66b3442d1a186f9091b2f9caf9aff2ad955647d950ffd9ae76a837ef75c60bf398cd

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