Skip to content

Commit

Permalink
fix: Use correct driver name: postgresql
Browse files Browse the repository at this point in the history
Signed-off-by: Bryon Nevis <bryon.nevis@intel.com>
  • Loading branch information
bnevis-i authored and mpeters committed Feb 1, 2022
1 parent c3c499f commit 522cdf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installation.rst
Expand Up @@ -272,7 +272,7 @@ PostgreSQL
For PostgreSQL you will need to install the database first and set up a user
account::

database_drivername = postgres
database_drivername = postgresql
database_username = keylime
database_password = allyourbase
database_host = localhost
Expand Down

0 comments on commit 522cdf9

Please sign in to comment.