Skip to content

Instantly share code, notes, and snippets.

@scolon7251
Created May 4, 2014 21:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scolon7251/0bdcf5439f8454f37288 to your computer and use it in GitHub Desktop.
Save scolon7251/0bdcf5439f8454f37288 to your computer and use it in GitHub Desktop.
My Secrets.yml file
development:
secret_key_base: a235007b36537040bd9f8cb5cfa6341007b0c60f931e6b0a58677c2be06cab0c9630964cdf53834579ba9ed592e0d09de506e65bfbebb7ed3fcdb01343394d0e
test:
secret_key_base: d9c97891df376db2f0f5ecfee378895ccc4a73ed2b16a16a7094fb91e3db2a324fdf3c712e01a17088960cc766be3d52a7f966c94d77de078a2cafb6cfd4d42f
# Do not keep production secrets in the repository,
# instead read values from the environment.
production:
secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment