lobe-chat
lobe-chat copied to clipboard
📝 docs: Prevent '#' and its subsequent comments from affecting the URL of S3 configuration
💻 变更类型 | Change Type
- [ ] ✨ feat
- [ ] 🐛 fix
- [ ] ♻️ refactor
- [ ] 💄 style
- [ ] 👷 build
- [ ] ⚡️ perf
- [x] 📝 docs
- [ ] 🔨 chore
🔀 变更说明 | Description of Change
- 根据社区反映#4040 和我个人使用发现,该env文件中有关配置储存桶的URL部分存在注释影响运行的情况,将两个URL相关的注释进行换行处理以便代码正常运行。
- Based on community feedback and personal usage, I have found that there are comments in the URL section of the env file related to configuring the storage bucket that affect its operation. Therefore, the comments related to the two URLs were wrapped to ensure the normal operation of the code.