diff --git a/doc/install-from-source.rst b/doc/install-from-source.rst index 37c1f5922af..6860d767080 100644 --- a/doc/install-from-source.rst +++ b/doc/install-from-source.rst @@ -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/ckandatabase + sqlalchemy.url = postgresql://ckanuser:pass@localhost/ckan_dev If you're using a remote host with password authentication rather than SSL authentication, use::