[PR #111] [MERGED] Enable debug mode of ENV at runtime #3196

Closed
opened 2026-02-22 18:33:15 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/111
Author: @timothycarambat
Created: 6/26/2023
Status: Merged
Merged: 6/26/2023
Merged by: @timothycarambat

Base: masterHead: 110-edit-env-at-runtime


📝 Commits (2)

📊 Changes

8 files changed (+320 additions, -33 deletions)

View changed files

📝 aws/cloudformation/cf_template.template (+1 -0)
📝 docker/.env.example (+1 -0)
📝 frontend/src/components/Modals/Keys.jsx (+149 -32)
📝 frontend/src/models/system.js (+12 -0)
📝 server/.env.example (+2 -1)
📝 server/endpoints/system.js (+16 -0)
server/storage/README.md (+24 -0)
server/utils/helpers/updateENV.js (+115 -0)

📄 Description

Update Storage README for those with SQLite issues

resolves #110
resolves #109
resolves #104


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Mintplex-Labs/anything-llm/pull/111 **Author:** [@timothycarambat](https://github.com/timothycarambat) **Created:** 6/26/2023 **Status:** ✅ Merged **Merged:** 6/26/2023 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `110-edit-env-at-runtime` --- ### 📝 Commits (2) - [`681ec28`](https://github.com/Mintplex-Labs/anything-llm/commit/681ec28b4b118d0ffa13d405cb515c70280d3dc1) Enable debug mode of ENV at runtime - [`39c431f`](https://github.com/Mintplex-Labs/anything-llm/commit/39c431ffcf4e9077d4fe911d82cfa8c0bcf0384c) add files ### 📊 Changes **8 files changed** (+320 additions, -33 deletions) <details> <summary>View changed files</summary> 📝 `aws/cloudformation/cf_template.template` (+1 -0) 📝 `docker/.env.example` (+1 -0) 📝 `frontend/src/components/Modals/Keys.jsx` (+149 -32) 📝 `frontend/src/models/system.js` (+12 -0) 📝 `server/.env.example` (+2 -1) 📝 `server/endpoints/system.js` (+16 -0) ➕ `server/storage/README.md` (+24 -0) ➕ `server/utils/helpers/updateENV.js` (+115 -0) </details> ### 📄 Description Update Storage README for those with SQLite issues resolves #110 resolves #109 resolves #104 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-22 18:33:15 -05:00
yindo closed this issue 2026-02-22 18:33:15 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#3196