Update config.rs to compile

This commit is contained in:
Nadja Reitzenstein
2021-10-20 12:58:05 +02:00
parent 80b6807f21
commit 541f8585c0
8 changed files with 152 additions and 116 deletions

View File

@ -9,9 +9,13 @@
, init_connections = [] : List { _1 : Text, _2 : Text }
, initiators = ./initiators.dhall
, listens =
[ { address = "127.0.0.1", port = Some 59661 }
, { address = "::1", port = Some 59661 }
, { address = "192.168.0.114", port = Some 59661 }
[ "127.0.0.1"
, "::1"
, "[::1]:1235"
, "localhost:1234"
, "localhost"
, "notahost:541"
, "notahostandnoport"
]
, machines = ./machines.dhall
, db_path = "/tmp/bffh"