about summary refs log tree commit diff
path: root/config/secrets.yml
blob: 03c5275b1f4bde268eb8f81f9328fa438ffbbed3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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: cb872b354949d9abf9ac3b729b521898af1ecbd1949a832ed4461c4a0dbc099f3ae802b3c8cc3be4d7691c4a447d80c56187a24f8182120264f8cde084802ef2

test:
  secret_key_base: 41bec4137a8d6ed2a7d98f06b8c8cd955c99ca2c3a45f2a3381f224fdc370aa5d88344b4666f4d805612d3c4f4de8120de3c0a0f19b9b796c513804f5e468283

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