14 lines
No EOL
340 B
Text
14 lines
No EOL
340 B
Text
# Google Cloud Configuration
|
|
PROJECT_ID=your-project-id
|
|
REGION=us-central1
|
|
MODEL_ID=veo-3.1-generate-preview
|
|
OUTPUT_GCS_BUCKET_NAME=your-bucket-name
|
|
SERVICE_ACCOUNT_KEY_PATH=../service-account.json
|
|
|
|
# Flask Configuration
|
|
FLASK_ENV=production
|
|
FLASK_DEBUG=False
|
|
PORT=7394
|
|
|
|
# CORS Configuration
|
|
FRONTEND_URL=https://ai-sandbox.oliver.solutions |