Skip to content

Commit a0fa149

Browse files
authored
Create .env.example
With access token and draft file env.
1 parent a415913 commit a0fa149

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.env.example

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)