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 a415913 commit a0fa149Copy full SHA for a0fa149
.env.example
@@ -0,0 +1,10 @@
1
+# .env.example
2
+
3
+# 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.
5
+# Required: No default.
6
+ACCESS_TOKEN=""
7
8
+# DRAFTS_FILE specifies the file name or path for saving draft data.
9
+# Optional: Default = "drafts.json"
10
+#DRAFTS_FILE="drafts.json"
0 commit comments