mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-01 01:29:28 +01:00
7 lines
142 B
Bash
7 lines
142 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
export USER1_NAME="alice"
|
||
|
export USER1_PW="AliceInWonderland"
|
||
|
export USER2_NAME="bob"
|
||
|
export USER2_PW="JoWirSchaffenDas"
|