This commit is contained in:
swrup 2025-11-11 06:11:37 +01:00
parent c9100e993c
commit 3bed78c828

View file

@ -7,7 +7,7 @@ let dummy_duration = Ptime.Span.of_int_s 99999999
module Exchange = struct module Exchange = struct
let currency = "EUR" let currency = "EUR"
let currency_round_unit = amount "EUR:0.01" 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 attribute_encryption_key = "uhuhg" (* high-entropy nonce. *)
let port = 3434 let port = 3434