This commit is contained in:
parent
5370ae1642
commit
52f9afeb9a
1 changed files with 8 additions and 0 deletions
|
|
@ -57,6 +57,14 @@ module Secmod_eddsa = struct
|
||||||
let key_dir = Fpath.(v "eddsa")
|
let key_dir = Fpath.(v "eddsa")
|
||||||
end
|
end
|
||||||
|
|
||||||
|
module Exchangedb = struct
|
||||||
|
let idle_reserve_expiration_time = dummy_duration
|
||||||
|
let legal_reserve_expiration_time = dummy_duration
|
||||||
|
let aggregator_shift = dummy_duration
|
||||||
|
let default_purse_limit = 9999
|
||||||
|
let max_aml_program_runtime = dummy_duration
|
||||||
|
end
|
||||||
|
|
||||||
module Exchangedb_postgres = struct
|
module Exchangedb_postgres = struct
|
||||||
(* pgx://<user>:<password>@<host-or-directory>:<port>/<database> *)
|
(* pgx://<user>:<password>@<host-or-directory>:<port>/<database> *)
|
||||||
let config =
|
let config =
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue