forked from OperationCode/operationcode_old_site
-
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: a8c63429e4c106dea9e2dac8d7a05181579957bb8ae0ffc0a30c97889bbccb67189fc777860a64b31b1596bef59bf90e16c1d5ac4171f30528c5285cf037304f
test:
secret_key_base: 923c7354a1a945f7e9505d3e24e842cb21007c87cfbd0ffee4cb4d938a31e0b31d9dc2c3d6d84c1a01dd5726d16a80dab12a12f3cb29034e1a6e44ef72c9ad10
# Do not keep production secrets in the repository,
# instead read values from the environment.
production:
secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>