Skip to content

Commit

Permalink
explains .env values
Browse files Browse the repository at this point in the history
  • Loading branch information
phamdt committed Mar 6, 2016
1 parent b7886a1 commit 222922e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@ cp config/database.yml.sample config/database.yml
cp .env.sample .env
```

Update your newly created .env file with the needed configuration
DEFAULT\_MAILER\_HOST: sets the action mailer default host as seen in
config/environment/<environment>.rb. You will minimally need this in production.
SECRET\_KEY\_BASE: sets a secret key to be used by config/initializers/devise.rb

Setup your local database:

```no-highlight
Expand Down

0 comments on commit 222922e

Please sign in to comment.