Skip to content

Commit

Permalink
Reformat encrypted values.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilya authored and Ilya committed Apr 7, 2017
1 parent 31d4176 commit 5c4932b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ default:
application:
name : todobackend
secret: 1234567890123456789012345678901234567890123456789012345678901234567890
#cryptex[ak/sBnenQrAuSEd7xjWaRvZKrhorEViuN9+u2715aRAF0VNgVaMp6JH89+1UpN8gIosdo6bG7s430v+NLU1aKOkrcJeaKDIic7AM2cuLiJE=]
#1234567890123456789012345678901234567890123456789012345678901234567890
language : en
db:
url: jdbc:h2:mem:todobackend;DB_CLOSE_DELAY=-1;
Expand Down Expand Up @@ -49,8 +51,11 @@ dev:
application:
admin:
enable: true
username: ilya #cryptext[XnrslCZdmq9BW27skRxH5g==] #ilya - master.txt: sderokfoksm458349034rkwelkw34njk
password: $2a$06$OCwDt.egSbum93F9DGgOo.5Fqgl3Je.IrV1HeELOMTtGZ87YDJ2Xm #12345 - JBcrypt
username: ilya
# ilya
# cryptex[XnrslCZdmq9BW27skRxH5g==]
# master password: sderokfoksm458349034rkwelkw34njk
password: $2a$12$dLSHOqKzDEt6tictTGbn8epV0kTEbiWpHx/VVRDoUVpFiS2bu6I6y #12345 - JBcrypt
masterkey: /Users/ilya/Work/Projects/todobackend-mangooio/master.txt
connector:
http:
Expand Down

0 comments on commit 5c4932b

Please sign in to comment.