more /management
This commit is contained in:
parent
85ddb8194f
commit
a5f726ce9d
6 changed files with 68 additions and 14 deletions
|
|
@ -10,7 +10,14 @@ module Exchange = struct
|
|||
let db = "postgres"
|
||||
let attribute_encryption_key = "uhuhg" (* high-entropy nonce. *)
|
||||
let port = 3696
|
||||
let master_public_key = "uhuhg"
|
||||
|
||||
let master_public_key =
|
||||
"8MQF2XPWCKCW4199JFPE08X7Y9XAX21SF2HD8NZKXM3PY3CMCJ90===="
|
||||
|> B32.decode
|
||||
|> Result.get_ok
|
||||
|> Mirage_crypto_ec.Ed25519.pub_of_octets
|
||||
|> Result.get_ok
|
||||
|
||||
let stefan_abs = zero_eur
|
||||
let stefan_log = zero_eur
|
||||
let stefan_lin = 0.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue