We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fba4f7 commit b3ecf6cCopy full SHA for b3ecf6c
.env.example
@@ -5,6 +5,10 @@
5
# Required: No default.
6
ACCESS_TOKEN=""
7
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
+
12
# DRAFTS_FILE specifies the file name or path for saving draft data.
13
# Optional: Default = "drafts.json"
14
#DRAFTS_FILE="drafts.json"
0 commit comments