blade: { identity = "peer@domain"; directory: { uris = ( "directory@domain?transport=wss&host=127.0.0.1&port=2100" ); }; datastore: { database: { path = ":mem:"; }; }; wss: { endpoints: { ipv4 = ( { address = "0.0.0.0", port = 2101 } ); ipv6 = ( { address = "::", port = 2101 } ); backlog = 128; }; # SSL group is optional, disabled when absent ssl: { # todo: server SSL stuffs here }; }; };