Sha256: 4cb6c5cbf87409d94b1658b59078c8a0196b7db8c78b826f6c89db0db25623c0
Contents?: true
Size: 1.25 KB
Versions: 2
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: 953b25ebf4b3e50bcfc469a0f3187e5f8315ab00d7c2f11acd3f662294f5156d28a7ab9789342f91cdf920952cb6a871105a568245f391b30611a1fd54b48462 test: secret_key_base: 5b780eb52bce42e6f7630ce37537789e0f3ffbbc1632c526a0cb4383eaf4ee09cd7529152c3f82c3d62f53407d9fcf8134f4f60a0cc256fc80e0cf76827c732a # 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
alchemy-solidus-2.3.0 | spec/dummy/config/secrets.yml |
alchemy-solidus-2.2.0 | spec/dummy/config/secrets.yml |