]> git.openstreetmap.org Git - rails.git/blob - config/secrets.yml
Reset database before running tests
[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 `rake 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 development:
14   secret_key_base: 1ce5ed17771b4fdc3f755c5b98459d67816f99ec5889ec2fa7bf2bd3cba3ad5cc453693ce3c5d121669be478fb811136f4f483e6f39ac1f0e34ba66e8acab574
15
16 test:
17   secret_key_base: 10d52b1bf88c429e73ffbc5e5f58b037db21f38ea88b8b454e55d52ed8bcc6e7fe3b48a79b2f36eb78a4685224d707767d083f79c51f7d81a9d4a06d1c1e2534
18
19 # Do not keep production secrets in the repository,
20 # instead read values from the environment.
21 production:
22   secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>