-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
33 lines (33 loc) · 1.18 KB
/
Copy path.env.example
File metadata and controls
33 lines (33 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
DATABASE_URL=mysql+pymysql://goupix:goupix@127.0.0.1:3306/goupixdex
JWT_SECRET=change-me-to-a-long-random-string
SEED_USER_EMAIL=you@example.com
SEED_USER_PASSWORD=your-secure-password
SEED_MARGIN_PERCENT=60
SEED_DEV_ARTICLES=0
SUPABASE_URL=https://YOUR_PROJECT_REF.supabase.co
SUPABASE_API_KEY=
SUPABASE_STORAGE_BUCKET=GoupixDex
POKE_WALLET_API_KEY=
POKE_WALLET_BASE_URL=https://api.pokewallet.io
POKE_WALLET_PROXY_SECRET=
POKE_WALLET_USER_AGENT=GoupixDex/1.0 (+https://goupixdex.dibodev.fr)
GROQ_API_KEY=
VINTED_EMAIL_OR_USERNAME=
VINTED_PASSWORD=
VINTED_BROWSER_HEADLESS=false
VINTED_BROWSER_DISCREET=true
VINTED_BROWSER_DISCREET_X=-2400
VINTED_BROWSER_DISCREET_Y=0
VINTED_BROWSER_DISCREET_MINIMIZE=true
VINTED_CHROME_EXECUTABLE=
# VINTED_USER_DATA_DIR=
# VINTED_BROWSER_EPHEMERAL=false
CORS_ORIGINS=*
# EBAY_CLIENT_ID=
# EBAY_CLIENT_SECRET=
# EBAY_REDIRECT_URI=https://votre-frontend/settings/marketplaces
# EBAY_USE_SANDBOX=true
# Optional HTTP proxy for HTML scrape « vendus » (if eBay renvoie 403 depuis le serveur).
# EBAY_SOLD_SCRAPE_PROXY=http://127.0.0.1:8888
# Seconds between two « sold-scrape » requests per user (eBay anti-bot / burst traffic).
# EBAY_SOLD_SCRAPE_MIN_INTERVAL_SECONDS=60