deotalandAi/apps/FrontendDesigner/.env.production

20 lines
527 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 开发环境变量配置
# Google AI API Key用于 AI 功能)
VITE_GOOGLE_API_KEY=your_google_api_key_here
VITE_PROJECTTYPE=admin
# 基础API地址生产环境
VITE_BASE_URL=https://api.deotaland.ai
# 基础API地址备用
VITE_APP_BASE_API=https://api.deotaland.ai
# Stripe 支付配置
VITE_STRIPE_PUBLISHABLE_KEY=pk_test_your_stripe_publishable_key
# 应用配置
VITE_APP_TITLE=DeotalandAI
VITE_APP_DESCRIPTION=AI-Powered Creation Platform
# 开发环境配置
VITE_DEV_MODE=true
VITE_LOG_LEVEL=debug