heylium-webapp/config/secrets.yml
2016-11-08 18:56:02 +01:00

23 lines
965 B
YAML
Executable File

# 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.
development:
secret_key_base: 8cdc069f727d6a14a195d6289736a7c0a5621b17e0033a87bb01d9b2d760300541eb5f1a75c2e9b0648d3d013307b8079eaca1b12c8399fcd12c5cedbe90feb5
test:
secret_key_base: 0898f521e2c294454b9eb43b863e6418b1d5dc15667309c14db1ef89bbe6d2015f36ade0d0fd087880276decd6d1100c23a4e00bdd31ec023d4f88ee9c286136
# Do not keep production secrets in the repository,
# instead read values from the environment.
production:
secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>