-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.env.example
More file actions
20 lines (16 loc) · 839 Bytes
/
Copy path.env.example
File metadata and controls
20 lines (16 loc) · 839 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Gemini AI API Key (required for event extraction)
GEMINI_API_KEY="your_gemini_api_key_here"
GEMINI_MODEL="gemini-3.1-flash-lite"
GEMINI_TIMEOUT=300
# FTP Configuration for uploading exported JSON files
FTP_HOST="ftp.yourfomoinstance.com"
FTP_USER="user@yourfomoinstance.com"
FTP_PASSWORD="your_ftp_password"
FTP_REMOTE_DIR="" # Optional: remote directory path
# FTP user for uploading dist/ to the server
PUBLIC_HTML_FTP_USER="ftpuser@yourfomoinstance.com"
# Browser/HTTP User-Agent for crawling and direct API/image fetches.
# Optional — defaults to a current Chrome UA (see pipeline/constants.py).
# USER_AGENT="Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36"
# Local MySQL path (XAMPP default, change if needed)
# MYSQL_PATH="C:\xampp\mysql\bin\mysql.exe"