langgenius / dify

Dify is an open-source LLM app development platform. Dify's intuitive interface combines AI workflow, RAG pipeline, agent capabilities, model management, observability features and more, letting you quickly go from prototype to production.
https://dify.ai
Other
35.59k stars 4.8k forks source link

fix: Modify the incorrect configuration name for Google storage #5595

Closed hellof20 closed 3 days ago

hellof20 commented 3 days ago

Description

The parameter read in google_storage.py is GOOGLE_STORAGE_SERVICE_ACCOUNT_JSON_BASE64, but .env.example writes GOOGLE_STORAGE_SERVICE_ACCOUNT_JSON

Type of Change

Suggested Checklist:

bowenliang123 commented 3 days ago

Good job.