-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsecrets.env.example
More file actions
20 lines (17 loc) · 1.19 KB
/
secrets.env.example
File metadata and controls
20 lines (17 loc) · 1.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# ============================================================
# AUTO PUBLISHER — Sensitive Secrets & API Keys
# ============================================================
# IMPORTANT: DO NOT share this file or upload it to GitHub.
# Copy this to `secrets.env` and enter your personal keys.
# ============================================================
# ── OpenRouter API ───────────────────────────────────────────
OPENROUTER_API_KEY=sk-or-v1-xxxxxxxxxxxxxxxxxxxxx
# ── WordPress Auth ───────────────────────────────────────────
# Use an "Application Password" generated in your WP User profile
WP_USERNAME=your_wp_username
WP_APP_PASSWORD=xxxx xxxx xxxx xxxx xxxx xxxx
# ── Facebook Page Video Upload ───────────────────────────────────
# Generate a Page Access Token from https://developers.facebook.com/tools/explorer/
# Required scopes: pages_manage_posts, pages_read_engagement
FB_PAGE_ACCESS_TOKEN=your_page_access_token
FB_PAGE_ID=your_page_id