Skip to content

Commit

Permalink
Tried encrypted values.
Browse files Browse the repository at this point in the history
  • Loading branch information
ismagilov committed Apr 4, 2017
1 parent 05cbd48 commit 9b74762
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ default:
application:
name : todobackend
secret: 1234567890123456789012345678901234567890123456789012345678901234567890
masterkey: /Users/ilya/Work/Projects/todobackend-mangooio/pwd.txt
language : en
connector:
http:
Expand Down Expand Up @@ -43,6 +42,12 @@ test:
port : 3025

dev:
application:
admin:
enable: true
username: cryptex[XnrslCZdmq9BW27skRxH5g==] #ilya - pwd.txt: sderokfoksm458349034rkwelkw34njk
password: "$2a$06$OCwDt.egSbum93F9DGgOo.5Fqgl3Je.IrV1HeELOMTtGZ87YDJ2Xm" #12345 - JBcrypt
masterkey: /Users/ilya/Work/Projects/todobackend-mangooio/pwd.txt
connector:
http:
host : localhost
Expand Down

0 comments on commit 9b74762

Please sign in to comment.