Skip to content

Commit

Permalink
Merge pull request hanami#73 from rogerleite/fix-database-url
Browse files Browse the repository at this point in the history
Fix db connection with user and password
  • Loading branch information
Trung Lê committed Jul 6, 2015
2 parents 6eaa582 + 224b9f0 commit 784c5f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/guides/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ WEB_SESSIONS_SECRET="21aec7f7371228dd0d4da6a620a1a6b22889edcf0d4fb1c11b8080cd871
We can edit the database URL and add the database user and password if needed:

```
BOOKSHELF_DATABASE_URL="user:password@postgres://localhost/bookshelf_development"
BOOKSHELF_DATABASE_URL="postgres://user:password@localhost:5432/bookshelf_development"
```
The placeholders **_user_** and **_password_** should be replaced with the correct credentials.

Expand Down

0 comments on commit 784c5f7

Please sign in to comment.