Sha256: e6c192e3335d46c7364826a50f1a96abf72e002844fc9fc39134ad340ee994a5
Contents?: true
Size: 1.51 KB
Versions: 2
Compression:
Stored size: 1.51 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 `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: aws_access_key_id: AKIAIVRMRSMB2VM7OXBQ aws_secret_access_key: yqTroN7GN1ToBlDB/ZsCa5MX0ukZ2OMARAjXDI32 secret_key_base: d9f2478510f560763f2a0951588282b7a59f82f48f8f503829c056c174eb42d7e160e3ecd3518f3a7316efaf3eb1b2eec1a77f326e85684129ec920b5636aa0a cloudinary_url: cloudinary://467322738548127:JFxvSGAvsARgEGXkLStap2BVtX0@hzhjmgohq test: aws_access_key_id: AKIAIVRMRSMB2VM7OXBQ aws_secret_access_key: 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 secret_key_base: 27fb695295ff6093a10dcf3f15db8fb9c5372aed7e687413f4958af516459407e431daed131c8bab52bffdf3697320d1c67e11f3282916faa9dc355c8c671d1c cloudinary_url: cloudinary://467322738548127:JFxvSGAvsARgEGXkLStap2BVtX0@hzhjmgohq # Do not keep production secrets in the repository, # instead read values from the environment. production: aws_access_key_id: AKIAIVRMRSMB2VM7OXBQ aws_secret_access_key: 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 secret_key_base: <%= ENV["SECRET_KEY_BASE"] %> cloudinary_url: cloudinary://467322738548127:JFxvSGAvsARgEGXkLStap2BVtX0@hzhjmgohq
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pwb-0.0.2 | spec/dummy/config/secrets.yml |
pwb-0.0.1 | spec/dummy/config/secrets.yml |