Sha256: a2ba327a98eb5d7074acd52b5bd86609519b9fabeebdf922acb4e5e4921d2ea6
Contents?: true
Size: 1.25 KB
Versions: 2
Compression:
Stored size: 1.25 KB
Contents
# 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 `rails secret` to generate a secure secret key. # Make sure the secrets in this file are kept private # if you're sharing your code publicly. # Shared secrets are available across all environments. # shared: # api_key: a1B2c3D4e5F6 # Environmental secrets are only available for that specific environment. development: secret_key_base: e69e5323017683359488f4a58d7294b435d7d7e6008d1676ebaf4fb6ef1c2809bc21697442dae1a540832d4e405f38873a080c97343a84f8692ec330774e5a28 test: secret_key_base: 6976e0537d8abafc9b8499f6a829cdf58b35fa77d1c4e2578740aa579a8147da2514b6f3a504fb76149490c82dda3160be706a4b6ce5ef1869d1e5ed9fb40b94 # Do not keep production secrets in the unencrypted secrets file. # Instead, either read values from the environment. # Or, use `bin/rails secrets:setup` to configure encrypted secrets # and move the `production:` environment over there. production: secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
cadmus-0.7.1 | test/dummy/config/secrets.yml |
cadmus-0.7.0 | test/dummy/config/secrets.yml |