initial commit
This commit is contained in:
15
.env.example
Normal file
15
.env.example
Normal file
@@ -0,0 +1,15 @@
|
||||
# YouTube channel ID (from the channel URL or About page)
|
||||
YOUTUBE_CHANNEL_ID=UCAVIMKN9_5XthvtVdlmEoHg
|
||||
|
||||
# Facebook Page access token (long-lived, from Graph API Explorer)
|
||||
FACEBOOK_ACCESS_TOKEN=
|
||||
# Facebook Page ID (numeric or username)
|
||||
FACEBOOK_PAGE_ID=
|
||||
|
||||
# LinkedIn OAuth2 access token
|
||||
LINKEDIN_ACCESS_TOKEN=
|
||||
# LinkedIn author URN — person: urn:li:person:XXXXX or org: urn:li:organization:XXXXX
|
||||
LINKEDIN_AUTHOR_URN=urn:li:person:XXXXX
|
||||
|
||||
# Path inside the container where the CSV cache is stored (optional)
|
||||
CACHE_FILE_PATH=/data/cache.csv
|
||||
Reference in New Issue
Block a user