Skip to content

Commit

Permalink
secrets included
Browse files Browse the repository at this point in the history
  • Loading branch information
hopewise committed Feb 4, 2023
1 parent 9516cc2 commit af35b22
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,10 @@ pickle-email-*.html

# TODO Comment out this rule if you are OK with secrets being uploaded to the repo
config/initializers/secret_token.rb
config/master.key
#config/master.key

# Only include if you have production secrets in this file, which is no longer a Rails default
# config/secrets.yml
#config/secrets.yml

# dotenv
# TODO Comment out this rule if environment variables can be committed
Expand Down
7 changes: 5 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,15 @@
/public/assets
.byebug_history

# Ignore master key for decrypting credentials and more.
/config/master.key

/public/packs
/public/packs-test
/node_modules
/yarn-error.log
yarn-debug.log*
.yarn-integrity

#as this is for testing
#/config/credentials/production.key
# Ignore master key for decrypting credentials and more.
# /config/master.key
1 change: 1 addition & 0 deletions config/credentials/production.key
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
f963cb3793236b69ae2b2ec8d46d4cc4
1 change: 1 addition & 0 deletions config/credentials/production.yml.enc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
4qoB0QCO2xVnMn5LDA9XPcrEum/FJ4zWCj+6Md55d8EQcmN4/BA5opbOufbvxSpW9eoNP3Uv2pkZOHF9wOSmtIik04S38JET2OYwwxLCWDQHl3wo15srSnx1l48SbUp645zAyzBblSUHy8gpoE41BiTp6uzD1lXx/hZ67AsCKOem7qm0zBGbOPpV6Y+c4HeppgBeEp9BCWDB5psJD6DiJeBJdd3KN2YauEOay+IC1RbYWo2N7sSvZK0FQeQvPKBRphU2dOjWiXnntGTw9LtxIJ0=--u3zbMrO3PYKigBIQ--HWc170u/S2AYFmslPmn5rA==
1 change: 1 addition & 0 deletions config/master.key
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
62bffc858c291bc3ba4a5c5d347b7a86

0 comments on commit af35b22

Please sign in to comment.