]> git.openstreetmap.org Git - rails.git/blob - config/secrets.yml
add banner for the Italian OSM conference 2018
[rails.git] / config / secrets.yml
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: 1ce5ed17771b4fdc3f755c5b98459d67816f99ec5889ec2fa7bf2bd3cba3ad5cc453693ce3c5d121669be478fb811136f4f483e6f39ac1f0e34ba66e8acab574
22
23 test:
24   secret_key_base: 10d52b1bf88c429e73ffbc5e5f58b037db21f38ea88b8b454e55d52ed8bcc6e7fe3b48a79b2f36eb78a4685224d707767d083f79c51f7d81a9d4a06d1c1e2534
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"] %>