Skip to content

Commit b3ecf6c

Browse files
authored
Update .env.example
Add BASE_URL to env example
1 parent 2fba4f7 commit b3ecf6c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.env.example

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
# Required: No default.
66
ACCESS_TOKEN=""
77

8+
# BASE_URL specifies the API endpoint for accessing Threads.net.
9+
# It defaults to "https://graph.threads.net/v1.0", but you can override it by setting the variable.
10+
BASE_URL="https://graph.threads.net/v1.0"
11+
812
# DRAFTS_FILE specifies the file name or path for saving draft data.
913
# Optional: Default = "drafts.json"
1014
#DRAFTS_FILE="drafts.json"

0 commit comments

Comments
 (0)