# used for tests # one user MRE_USER_ID="@username:domain.tld" MRE_USER_PASSWORD="my_strong_and_secret_pw" # one same room MRE_ROOM_ALIAS="#test_room:example.org" MRE_ROOM_ID="!abc123:example.org" # one same space MRE_SPACE_ALIAS="#test_space:example.org" MRE_SPACE_ID="!cde345:example.org" # one room guest can join MRE_ROOM_GUEST_ALIAS="#test_room_guest:example.org" MRE_ROOM_GUEST_ID="#efg678:example.org" # one room guest cannot join MRE_ROOM_NOGUEST_ALIAS="test_room_noguest:example.org" MRE_ROOM_NOGUEST_ID="!hij901:matrix.org"