-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
21 lines (17 loc) · 933 Bytes
/
Copy path.env.example
File metadata and controls
21 lines (17 loc) · 933 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# ============================================================
# Creative Automation — credentials & configuration
# ============================================================
# setup.bat copies this file to .env on first run.
# Edit the values below — DO NOT commit your real .env.
# ============================================================
# Notion integration secret (https://www.notion.so/profile/integrations)
NOTION_API_KEY=secret_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
# ChatGPT account (used by refine_chapter.py + generate_prompts.py)
CHATGPT_EMAIL=your-chatgpt-email@example.com
CHATGPT_PASSWORD=your-chatgpt-password
# Gemini account (used for image generation, manually signed in inside Chrome :9223)
GEMINI_EMAIL=your-gemini-email@example.com
GEMINI_PASSWORD=your-gemini-password
# Chrome remote-debugging ports — DO NOT change unless you also change the scripts.
CDP_PORT=9222
GEMINI_CDP_PORT=9223