Skip to content

Commit

Permalink
installation: fix database options
Browse files Browse the repository at this point in the history
Signed-off-by: Thore Sommer <mail@thson.de>
  • Loading branch information
THS-on authored and mpeters committed Mar 23, 2022
1 parent 8135b2c commit 907d628
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/installation.rst
Expand Up @@ -263,7 +263,7 @@ The following illustrates examples for SQLite and PostgreSQL::
database_password = ''
database_host = ''
database_port = ''
database_database = cv_data.sqlite
database_name = cv_data.sqlite
database_query = ''

PostgreSQL
Expand All @@ -277,7 +277,7 @@ account::
database_password = allyourbase
database_host = localhost
database_port = 5432
database_database = keylime_db
database_name = keylime_db
database_query = ''

For details on other platforms, please refer to the SQLAlchemy documentation
Expand Down

0 comments on commit 907d628

Please sign in to comment.