backsplash-app
Version:
An AI powered wallpaper app.
32 lines (22 loc) • 1.02 kB
Plain Text
NODE_ENV=production
# Copy this file to .env.production and uncomment/configure the S3 settings below:
# S3 Auto-update Configuration
# S3_BUCKET=your-backsplash-updates-bucket
# S3_REGION=us-east-1
# Server Configuration
VITE_SERVER_BASE_URL=https://backsplash-fastapi.onrender.com
# License validation is handled by the FastAPI server
# No license secrets should be stored in the client app
# Menubar app environment variables
FASTAPI_URL=http://localhost:8000
ENVIRONMENT=production
# OpenAI API key for client-specific requests (optional)
OPENAI_API_KEY=your-openai-api-key-here
# Replicate API key for client-specific requests (optional)
REPLICATE_API_TOKEN=your-replicate-api-token-here
# Stability AI API key for client-specific requests (optional)
STABILITY_API_KEY=your-stability-api-key-here
# Instructions:
# 1. Copy this file to .env.production (remove the .txt extension)
# 2. Uncomment the S3_BUCKET line and set your actual bucket name
# 3. Run yarn make to rebuild with the new environment variables