Changes: - Add FAL_KEY and GEMINI_API_KEY to .env.example - Update picture-it to use ~/.config/opencode/.env (unified creds) - Remove shodh-memory skill (no longer used) - Remove alphaear-* skills (deprecated) - Remove thai-frontend-dev skill (replaced by website-creator) - Remove theme-factory skill - Add mql-developer skill (MQL5 trading) - Add ecommerce-astro skill (Astro e-commerce) - Add website-creator skill (Next.js + Payload CMS) - Update install script for new skills
6 lines
220 B
Plaintext
6 lines
220 B
Plaintext
# Payload CMS
|
|
PAYLOAD_SECRET=your-secret-key-here-change-in-production
|
|
|
|
# Database (PostgreSQL) - database name must match POSTGRES_DB in docker-compose
|
|
DATABASE_URL=postgresql://postgres:postgres@localhost:5432/payload
|