Moved passwd out of resources/public, which was wantonly insecure, into

resources.
This commit is contained in:
Simon Brooke 2015-01-10 08:18:25 +00:00
parent 4444664bdf
commit eb5b82fbca
4 changed files with 27 additions and 5 deletions

2
resources/passwd Normal file
View file

@ -0,0 +1,2 @@
{:admin {:password "admin" :email "admin@localhost"}}