rm auditor.ml+env.ml

This commit is contained in:
swrup 2026-03-20 00:20:25 +01:00 committed by Swrup
parent 439fdc6a30
commit 6e5b4fc179
6 changed files with 50 additions and 40 deletions

View file

@ -95,7 +95,7 @@ let () =
Caqti_miou.Switch.run @@ fun sw ->
(* -- *)
let fs = Fat.create storage in
let env = Env.{ sw; stack; tcp; dns; fs } in
let env = Global.{ sw; stack; tcp; dns; fs } in
let devices = Vifu.Devices.[ Global.db_conn; Global.keys ] in
let cfg = Vifu.Config.v Config.Exchange.port in
Logs.info (fun m -> m "Starting MTE server");