From 3bed78c828b374c451011ca607c43bd91ed399de Mon Sep 17 00:00:00 2001 From: swrup Date: Tue, 11 Nov 2025 06:11:37 +0100 Subject: [PATCH] --- src/config.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.ml b/src/config.ml index 82fa9514..64bd756c 100644 --- a/src/config.ml +++ b/src/config.ml @@ -7,7 +7,7 @@ let dummy_duration = Ptime.Span.of_int_s 99999999 module Exchange = struct let currency = "EUR" let currency_round_unit = amount "EUR:0.01" - let db = "postgres" + let db = `Pgx (* plugin to use for the database *) let attribute_encryption_key = "uhuhg" (* high-entropy nonce. *) let port = 3434