Sha256: 0777cdd03e581f4c879bd840372ecb397231dc452695e87ceeb0749ac65ef6d3
Contents?: true
Size: 1.25 KB
Versions: 9
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: adf2fe5f4bdf9e0c82e8c1b3433cda2b243c9aadab44f82dc7c21f8309cfe3cf7115650f776b2f0d69df10535b109aba676530c8a63212ccd39edc9f491c6112 test: secret_key_base: d6b17885ede446c41688abbefd6b268ff4d98e4ae46a98ff9825e7b19e3751fce754e100d597267e166c74d427ca4469ccb6af735993b38542712e81a05b5668 # 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
9 entries across 9 versions & 1 rubygems