Sha256: 6dfcb25621ba32f83f20634e60cb20ce77fa6b76ec03852314767ed24cafe1ab

Contents?: true

Size: 1.46 KB

Versions: 1

Compression:

Stored size: 1.46 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:
  secret_key_base: cf22ddf165e0eefcd9d4da12181877404955b21fa7e6f7438eaedab73a48710f4835cf6d44747bd66a8e5a76a13d734dbf4d36afb868e1ec75897929ad7e2bab
  # Paste output of $ rake secret here 
  # sendgrid_username: 
  # sendgrid_password: 
  # cloudinary_url: 
  # facebook_app_id: 
  # facebook_app_secret: 

test:
  secret_key_base: 27fb695295ff6093a10dcf3f15db8fb9c5372aed7e687413f4958af516459407e431daed131c8bab52bffdf3697320d1c67e11f3282916faa9dc355c8c671d1c
   # Paste output of $ rake secret here 

# Do not keep production secrets in the repository,
# instead read values from the environment.
production:
  secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>
  cloudinary_url: <%= ENV['CLOUDINARY_URL'] %>
  sendgrid_username: <%= ENV['SENDGRID_USERNAME'] %>
  sendgrid_password: <%= ENV['SENDGRID_PASSWORD'] %>
  facebook_app_id: <%= ENV["FACEBOOK_APP_ID"] %>
  facebook_app_secret: <%= ENV["FACEBOOK_APP_SECRET"] %>


precompile:
  secret_key_base: # Paste output of $ rake secret here 

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pwb-1.4.0 spec/dummy/config/secrets.yml