Skip to content

8 files changed

+11
-24
lines changed

.gitattributes

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
config/credentials/*.yml.enc diff=rails_credentials
2+
config/credentials.yml.enc diff=rails_credentials

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,7 @@ node_modules
1717
yarn.lock
1818
storage/
1919
.irb_history
20+
21+
# rails credentials
22+
/config/master.key
23+
/config/credentials/production.key

config/credentials/development.key

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
fa7ab97d65a026eb17cc070ab0f8785f
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
9BdWOZ+lhAOFuusFuZgYcLOwEiAfeeVE+x0Tv2oaTQxBGHmANVH/jQ/xNcYxQ0tskA==--JLZhnn1QdCFsgWed--2mi4qglFji0Add+NUCe45Q==

config/credentials/production.yml.enc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
zoyImm5v6C7Qm1VrdiepIOXAaYEmDS6SQ6l0PZjiQcIzxAA+54Ht1TTihgI+YZjqd4x/p8J8Z6Tu4TpEd7fx3qRB/i7jWlZNu2somomxSLGfR/olPaDT9RUxokna+NwgmYQ9dkLogr0J57Myq9hfKsle8Qdb/7zDGLWO7Gf3nAiYT0w/M5w8pj13NNfBmqRs2KPs/AEjhgNqYVJpaV/venFzZCruiuI285Em1cTl0GL/BdLd3u92e+ybbQgtyrdxqY/0tmsK2BLOvXPFlTIrNZitrhv6/xVZkKNizXcUiRFjfc1PrB6SF7xHbNK6kq5yh+3p8ztsb3nA5w==--csOxtrEcVH+fLYfN--FwTs/j0mPbCvg41eC62JCg==

config/credentials/test.key

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
f0760ed4a51db6853f61e3b1c94e5751

config/credentials/test.yml.enc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
X5KNa8pVEMjk0WHSchqd92bxlBhgpaR8fcbkDJFf3pkq1LMUDDMLZm2EPYmZxyS8pQ==--4ONWg2WRX2ej8Fm9--QxNyd2X8iRJ1pV1FSD1iKA==

config/secrets.yml

-24
This file was deleted.

0 commit comments

Comments
 (0)