mirror of
https://github.com/ditkrg/rswag.git
synced 2026-01-25 15:22:56 +00:00
Generated as mountable Rails Engine
This commit is contained in:
22
spec/dummy/config/secrets.yml
Normal file
22
spec/dummy/config/secrets.yml
Normal file
@@ -0,0 +1,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: d9bf84d957ebb384754c83fb6e0df44bf27eb4e9eb32a67903ae24041f7209b84dab331776003a20161ae1c9ac49db2ef82f953636e7a02de961a2c62196be35
|
||||
|
||||
test:
|
||||
secret_key_base: 603ff6cee031cf09e2d513313fb520a4dd2036686f4132241febc788816d3118e7b59f798e74e33f0d803d6cd04ce3145bc5b803c1cb95662fed1a20c0d6d16c
|
||||
|
||||
# Do not keep production secrets in the repository,
|
||||
# instead read values from the environment.
|
||||
production:
|
||||
secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>
|
||||
Reference in New Issue
Block a user