Skip to content

Commit 5f9ef65

Browse files
authored
Update .env.example
Update comments of ACCESS_TOKEN and BASE_URL
1 parent bbb333b commit 5f9ef65

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.env.example

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
# .env.example
22

33
# ACCESS_TOKEN is used for authenticating API requests to Meta's Threads app and Threads.net,
4-
# Provide your token by setting this environment variable.
54
# Required: No default.
65
ACCESS_TOKEN=""
76

87
# BASE_URL specifies the API endpoint for accessing Meta's Threads app.
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"
8+
# Optional: Default= "https://graph.threads.net/v1.0"
9+
#BASE_URL="https://graph.threads.net/v1.0"
1110

1211
# DRAFTS_FILE specifies the file name or path for saving draft data.
1312
# Optional: Default = "drafts.json"

0 commit comments

Comments
 (0)