diff options
Diffstat (limited to 'config/secrets.yml')
-rw-r--r-- | config/secrets.yml | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/config/secrets.yml b/config/secrets.yml new file mode 100644 index 0000000..31946ec --- /dev/null +++ b/config/secrets.yml | |||
@@ -0,0 +1,32 @@ | |||
1 | # Be sure to restart your server when you modify this file. | ||
2 | |||
3 | # Your secret key is used for verifying the integrity of signed cookies. | ||
4 | # If you change this key, all old signed cookies will become invalid! | ||
5 | |||
6 | # Make sure the secret is at least 30 characters and all random, | ||
7 | # no regular words or you'll be exposed to dictionary attacks. | ||
8 | # You can use `rails secret` to generate a secure secret key. | ||
9 | |||
10 | # Make sure the secrets in this file are kept private | ||
11 | # if you're sharing your code publicly. | ||
12 | |||
13 | # Shared secrets are available across all environments. | ||
14 | |||
15 | # shared: | ||
16 | # api_key: a1B2c3D4e5F6 | ||
17 | |||
18 | # Environmental secrets are only available for that specific environment. | ||
19 | |||
20 | development: | ||
21 | secret_key_base: d56c163402b7f74e65934e2a5d5a0990a8120dc88c39c5ca00c143cbc1551f0d21e811cbd246c282ffc58d46286f5ae7d3231696c21772b252f137c24de0aa3f | ||
22 | |||
23 | test: | ||
24 | secret_key_base: 66e64fc722045f0e636e7658997477d4e265d14e5dfef59f045e3512019b38a885320274116edf354d390a6019555848a89d8a3e01a6091df83032120edff6ac | ||
25 | |||
26 | # Do not keep production secrets in the unencrypted secrets file. | ||
27 | # Instead, either read values from the environment. | ||
28 | # Or, use `bin/rails secrets:setup` to configure encrypted secrets | ||
29 | # and move the `production:` environment over there. | ||
30 | |||
31 | production: | ||
32 | secret_key_base: <%= ENV["SECRET_KEY_BASE"] %> | ||