Add instructions for secrets on Readme

This commit is contained in:
alexvenn 2014-07-05 13:07:30 +03:00
parent c34991db44
commit 033f4c66d7

View file

@ -29,6 +29,7 @@ Look at config/config.yml.example.
``` ```
cp config/config.yml.example config/config.yml cp config/config.yml.example config/config.yml
cp config/database.yml.example config/database.yml cp config/database.yml.example config/database.yml
cp config/secrets.yml.example config/secrets.yml
``` ```
6. Setup the database 6. Setup the database
``` ```