-
Notifications
You must be signed in to change notification settings - Fork 38
/
Copy pathsecrets.yml
22 lines (16 loc) · 964 Bytes
/
secrets.yml
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: cfa5fc1f0fb10b00636e9d79e9d526ce82439d8a46061e6f054e9681310d28c299192f773d7a9325b96a09a0d1016bcfc4b3d5850fcf80cc34e1391d63e890b4
test:
secret_key_base: 32d3bd0b9818424db496825d84adb202bf9906cba04754cf855a290e4abea8e16b41e738767e8d289b3aa22e4a2be4310f89e8b3be7b302b65421b4b2b3d0801
# Do not keep production secrets in the repository,
# instead read values from the environment.
production:
secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>