File: secrets.yml

package info (click to toggle)
ruby-rails-controller-testing 1.0.5-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,016 kB
  • sloc: ruby: 646; makefile: 4
file content (22 lines) | stat: -rw-r--r-- 964 bytes parent folder | download | duplicates (2)
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: 0c98f262d18c62158146949b3d392a1f04abbb2cdcbcf90ad5b1ad6f8d98307a6aaeccb5508086ed315dce930865e24f46ead5fc2aa3152fa735d14d2e3161de

test:
  secret_key_base: 42f2032a64ab0798dc992d01d1f4637dc4c827a585cac2fbe4066a9d06a8dfdd1b4690761a4095e33f2a54cbc8e3816fb88aac44cb834796ac2a3524f8d2c0a3

# Do not keep production secrets in the repository,
# instead read values from the environment.
production:
  secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>