voxblog/.env.example
adminuser 2df902979a
Some checks failed
Deploy to Production / deploy (push) Failing after 2m38s
Align deployment workflow with production compose stack
2025-10-26 21:12:01 +00:00

20 lines
525 B
Plaintext

# Database
MYSQL_ROOT_PASSWORD=your_root_password_here
MYSQL_PASSWORD=your_mysql_password_here
# Application
ADMIN_PASSWORD=your_admin_password_here
OPENAI_API_KEY=sk-your-openai-api-key
GHOST_ADMIN_API_KEY=your_ghost_admin_api_key
GHOST_ADMIN_API_URL=https://your-ghost-instance/admin
# S3 Storage
S3_BUCKET=your-bucket-name
S3_REGION=us-east-1
S3_ACCESS_KEY=your_access_key
S3_SECRET_KEY=your_secret_key
S3_ENDPOINT=https://s3.amazonaws.com
# Frontend (for production deployment)
VITE_API_URL=https://api.yourdomain.com