Sha256: 395319e7c5c4f1ef7aa483e17d96cd03d41c32ae04901d6d4295c17d2f3bbdbc
Contents?: true
Size: 1.25 KB
Versions: 6
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: d0540d80d22d6924d57fabe4d64c1756564e8748d4fde3b617e58cb9ecde5825659755eea4fab090fb5c85fd58267d73366e74208b6e0883c73b5d8113790293 test: secret_key_base: 57837e1529663127f41597d7fcd093037610f181e3cc1909925c87926269f3000ad07914b5d32b01bca90a13f2b9ea674f7337b5cd8e7ef5b80ce7a71eaa6e1e # 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
6 entries across 6 versions & 1 rubygems