16470: File updates & additions from 'rake rails:update'
[arvados.git] / services / api / config / secrets.yml
1 # Copyright (C) The Arvados Authors. All rights reserved.
2 #
3 # SPDX-License-Identifier: AGPL-3.0
4
5 # Be sure to restart your server when you modify this file.
6
7 # Your secret key is used for verifying the integrity of signed cookies.
8 # If you change this key, all old signed cookies will become invalid!
9
10 # Make sure the secret is at least 30 characters and all random,
11 # no regular words or you'll be exposed to dictionary attacks.
12 # You can use `rails secret` to generate a secure secret key.
13
14 # Make sure the secrets in this file are kept private
15 # if you're sharing your code publicly.
16
17 # Shared secrets are available across all environments.
18
19 # shared:
20 #   api_key: a1B2c3D4e5F6
21
22 # Environmental secrets are only available for that specific environment.
23
24 development:
25   secret_key_base: 5b710df613166e048853346d14a1837593db4463b5a778a0b747346d4758a0b4fce9f136c3063f37d92def51917fd42d137f94190de2262ebf3fe25c1f16748a
26
27 test:
28   secret_key_base: 52392a8314cf1d49f2a81478541578e9be2db70d2be0047492d5ce6b7c7234303e01ff8742fc4c90775fa1fbee2dc3e85d7ecb17a50c36e2b0e29943f82d0804
29
30 # Do not keep production secrets in the unencrypted secrets file.
31 # Instead, either read values from the environment.
32 # Or, use `bin/rails secrets:setup` to configure encrypted secrets
33 # and move the `production:` environment over there.
34
35 production:
36   secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>