rm auditor.ml+env.ml
This commit is contained in:
parent
439fdc6a30
commit
6e5b4fc179
6 changed files with 50 additions and 40 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue