Sha256: 5f1b4475aca3dc96ad8b284693b7abc4d03c3925dc60f6e23feeddf7bcf78f55

Contents?: true

Size: 847 Bytes

Versions: 5

Compression:

Stored size: 847 Bytes

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.

defaults: &defaults
  canonical_name: "localhost"
  secret_key_base: <%= SecureRandom.hex(64) %>

development:
  <<: *defaults

test:
  <<: *defaults

# Do not keep production secrets in the repository,
# instead read values from the environment.
production:
  canonical_name: <%%= ENV["CANONICAL_NAME"] %>
  secret_key_base: <%%= ENV["SECRET_KEY_BASE"] %>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
jobshop-0.0.101 lib/generators/jobshop/app/templates/config/secrets.yml.tt
jobshop-0.0.67 lib/jobshop/templates/secrets.yml.erb
jobshop-0.0.61 lib/jobshop/templates/secrets.yml.erb
jobshop-0.0.59 lib/jobshop/templates/secrets.yml.erb
jobshop-0.0.53 lib/jobshop/templates/secrets.yml.erb