-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsecrets.yml
More file actions
22 lines (16 loc) · 964 Bytes
/
secrets.yml
File metadata and controls
22 lines (16 loc) · 964 Bytes
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 `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: b95e7c1e030f5466e127f9f7c5e88b5d4d2fbcf9a4bad63af838e5410ae0b9e5898735572f946fc0b2952520d976b669175f766822fa6c69a3d801d8c596f0bc
test:
secret_key_base: 8078285cfa841a3b4e5f5a3be6d85d952ff328f822712e37a5d268cfd42147582e75754a0d9d6a82f58cc80532107e00cae2cdae16eaffe396202e63ff622f80
# Do not keep production secrets in the repository,
# instead read values from the environment.
production:
secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>