Sha256: 4eeec60a42f4e35d49300e5b08e50a6517699b7eee1ef579dbb69c0dc6814ad8
Contents?: true
Size: 1.25 KB
Versions: 41
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 `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: 3342e9faedd8fe9ea360c0af568d00a46917923791c23e144d66849b272d2ff63e743f9bb209dab7d6e732bb5f919e46e3fe552b8919140805bb89c346e68876, auth0_client_id: <%= ENV["AUTH0_CLIENT_ID"] %> auth0_client_secret: <%= ENV["AUTH0_CLIENT_SECRET"] %> test: secret_key_base: 8e3352b5ca46c3362f54b183ee64ff4281f298eee2f5ec8154031c8e1610eab54f868d937725209d49b41534ddbc98fabb7b1a2f74bde5f0ee311a529baf3e08 auth0_client_id: <%= ENV["AUTH0_CLIENT_ID"] %> auth0_client_secret: <%= ENV["AUTH0_CLIENT_SECRET"] %> # Do not keep production secrets in the repository, # instead read values from the environment. production: secret_key_base: <%= ENV["SECRET_KEY_BASE"] %> auth0_client_id: <%= ENV["AUTH0_CLIENT_ID"] %> auth0_client_secret: <%= ENV["AUTH0_CLIENT_SECRET"] %>
Version data entries
41 entries across 41 versions & 1 rubygems