# 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: 707ed7a46042bd9d237b9f2ad0c9eaa91ea2cc42980a79de0b20fbf0f5aec4ef8f0d976b69e3fe08ac9140c8b5cd4ac00e47a233090186e8c0a46417f8ca42ed test: secret_key_base: cffbdd80a1037abd12c2fc21559b7ec655697296e61d093ffc78525dd7f8be2fb09f1b2f4da906ecef3b3ecf370cb193c2cad59e3b72ad6f2f4f20a14a503020 # 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"] %>