diff --git a/config-template.toml b/config-template.toml index a3fd781..ce0a8a7 100644 --- a/config-template.toml +++ b/config-template.toml @@ -9,12 +9,12 @@ type = 'sqlite' [database.sqlite] path = './worblehat.sqlite' -[database.postgres] +[database.postgresql] host = 'localhost' port = 5432 username = 'worblehat' password = '/var/lib/worblehat/db-password' # path or plain text -name = 'worblehat' +database = 'worblehat' # See https://flask.palletsprojects.com/en/2.3.x/config/ [flask] @@ -37,4 +37,4 @@ enabled = true dryrun = false warn_days_before_borrowing_deadline = [ 5, 1 ] days_before_queue_position_expires = 14 -warn_days_before_expiring_queue_position_deadline = [ 3, 1 ] \ No newline at end of file +warn_days_before_expiring_queue_position_deadline = [ 3, 1 ]