···11+# Type the @ username that you want. Do not include an '@'.
22+USERNAME="username-goes-here"
33+# This is the user's 'real' name.
44+REALNAME="name-goes-here"
55+# This is the bio of your user. HTML can be used
66+SUMMARY ="bio-goes-here"
77+# Password for sending messages
88+PASSWORD="password-goes-here"
99+# Generate locally or from https://cryptotools.net/rsagen
1010+# Newlines must be replaced with '\n'
1111+KEY_PRIVATE="private-key-goes-here"
1212+KEY_PUBLIC="public-key-goes-here"
1313+