Add .env
This commit is contained in:
parent
e1213c62a4
commit
1f4813befc
1 changed files with 16 additions and 0 deletions
16
.env
Normal file
16
.env
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# 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
|
Loading…
Add table
Reference in a new issue