diff --git a/Estuary/Types/Server.hs b/Estuary/Types/Server.hs index 83c2d839..eb81e5e0 100644 --- a/Estuary/Types/Server.hs +++ b/Estuary/Types/Server.hs @@ -21,9 +21,9 @@ data Server = Server { newServer :: Server newServer = Server { - password = "password", + password = "", clients = Map.empty, - ensembles = Map.fromList [("testingA",E.emptyEnsemble),("testingB",E.emptyEnsemble)] + ensembles = Map.empty }