Sha256: 1627c1f831ac53270488f35cd049db836137d4c6548571606a025c99824d590b
Contents?: true
Size: 1.01 KB
Versions: 1
Compression:
Stored size: 1.01 KB
Contents
# Copyright (c) HashiCorp, Inc. # SPDX-License-Identifier: MPL-2.0 # 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: 75a06306a41385efadc01ac44274e1197a95863fcad5509b7613d87d600016292a0f17ffa0d39e63d8929c902a60dbd7cc287808788fa50d4dfeda9af13c92e5 test: secret_key_base: 96ea431c4b0c7e86c0672ed6927cb93a92f5c7204f632a4ae9bcc33bd7509b5ee5c91ea54cdcdc2582d04fe7333736792c2e8c64c939026d3b69160cb0928874 # 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
vault-rails-0.9.0 | spec/dummy/config/secrets.yml |