16 lines
634 B
Bash
16 lines
634 B
Bash
# last.fm Configuration
|
|
LASTFM_API_KEY="123456789abcdefjhijk" # Your last.fm api key
|
|
LASTFM_USERNAME="Example" # Your last.fm username
|
|
|
|
# Personal Info
|
|
USER_NAME="EXAMPLE" # your username
|
|
USER_AGE="00" # your age
|
|
USER_BIO="Lorem ispum" # bio section filling
|
|
USER_BIRTHDAY="Dec 27" # your bday
|
|
USER_TELEGRAM_TAG="exmple" # Your telegram tag without @
|
|
GITHUB_USERNAME="example" # For GitHub link
|
|
EMAIL_ADDRESS="example@example.com" # your email
|
|
JABBER_ADDRESS="example@example.com" # your jabber adress
|
|
TON_ADDRESS="UQu..." # your ton adress for donations
|
|
TON_VERSION="4" # can be 4 or 5
|
|
FAVICON_TEXT="Ex" # can be two letters or emoji
|