view config/secrets.yml @ 0:a1c9fadc0904

Initial. Generated with: rails new rsstweet -J -S -O -G --skip-keeps
author edogawaconan <me@myconan.net>
date Fri, 05 Sep 2014 18:24:19 +0900
parents
children
line wrap: on
line source

# 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 `rake secret` to generate a secure secret key.

# Make sure the secrets in this file are kept private
# if you're sharing your code publicly.

development:
  secret_key_base: 3658462a1a81955610c388002a788deed1b7f9343ae17273c5e2499dcb621d1e70b7a826f0c45a13274fa036714a68be898835cf4d9658d3d78620b480afaa82

test:
  secret_key_base: 00a4117ced897649681f7d87c9abb58515f54e6f1e5cd6dc729bfa19ac36ec1be61e102f57ff1f238f58acfb6b6917d9a7181691e9adcedbd19e6f20e4a66b69

# Do not keep production secrets in the repository,
# instead read values from the environment.
production:
  secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>