Skip to content
This repository has been archived by the owner on May 4, 2021. It is now read-only.

Commit

Permalink
Update secrets.yml.example
Browse files Browse the repository at this point in the history
  • Loading branch information
dazza-codes committed Jul 6, 2016
1 parent 24e1ce1 commit fd7bd75
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion config/secrets.yml.example
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,17 @@
# Make sure the secrets in this file are kept private
# if you're sharing your code publicly.

impersonate:
secret_key_base: 6e43de7f4a199ef787adc5757fd8dcd4bdf9a43d1b176a2840a86df9669460ed048e8d1c93c978e4aedff6806945ac96b2465567e4e7f7e54ae43625743e2f1c

# Load a salt in what is probably not a good place for it.
salt: "impersonate_salt"

# Set the cipher key, iv used to *crypt the auth_tokens other nodes
# identify us by.
cipher_key: some_cipher_key
cipher_iv: some_cipher_iv

development:
secret_key_base: 2ea1fbd4ac4699fd0e31096b51ef545b482d9ad4bd40ca7a07276a6712e45dccb821a88bc2adc09793b0ddc2be19e16068c48286ab659aad7807a8e5c1b32c3a

Expand All @@ -30,4 +41,4 @@ production:
local_api_root: https://dpn.hathitrust.org
staging_dir: /dpn/staging
repo_dir: /dpn/repo
transfer_private_key: /home/dpnuser/.ssh/id-rsa_transfer
transfer_private_key: /home/dpnuser/.ssh/id-rsa_transfer

0 comments on commit fd7bd75

Please sign in to comment.