Skip to content

Commit

Permalink
[#517] Clarify custom db sqlalchemy.url setting
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Hammond committed Mar 25, 2013
1 parent 344262c commit ee1581a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/install-from-source.rst
Expand Up @@ -121,7 +121,7 @@ config file::
``sqlalchemy.url`` line, filling in the database name, user and password you
used::
sqlalchemy.url = postgresql://ckanuser:pass@localhost/ckantest
sqlalchemy.url = postgresql://ckanuser:pass@localhost/ckandatabase
If you're using a remote host with password authentication rather than SSL
authentication, use::
Expand Down

0 comments on commit ee1581a

Please sign in to comment.