[PR #1939] [CLOSED] Add data source config via environment variables #3837

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/1939
Author: @justmenyou
Created: 7/23/2024
Status: Closed

Base: masterHead: 1926-datasource-config-via-env


📝 Commits (1)

  • f48c21d Add data source env config

📊 Changes

2 files changed (+5 additions, -2 deletions)

View changed files

📝 docker/.env.example (+3 -0)
📝 server/prisma/schema.prisma (+2 -2)

📄 Description

Pull Request Type

  • feat
  • 🐛 fix
  • ♻️ refactor
  • 💄 style
  • 🔨 chore
  • 📝 docs

Relevant Issues

resolves #1926

What is in this change?

Making the data source configurable via environment variables.

Developer Validations

  • I ran yarn lint from the root of the repo & committed changes
  • Relevant documentation has been updated
  • I have tested my code functionality
  • Docker build succeeds locally

🔄 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/1939 **Author:** [@justmenyou](https://github.com/justmenyou) **Created:** 7/23/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `1926-datasource-config-via-env` --- ### 📝 Commits (1) - [`f48c21d`](https://github.com/Mintplex-Labs/anything-llm/commit/f48c21d725d7fbda20abe2cb628954f7904c7031) Add data source env config ### 📊 Changes **2 files changed** (+5 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `docker/.env.example` (+3 -0) 📝 `server/prisma/schema.prisma` (+2 -2) </details> ### 📄 Description ### Pull Request Type - [ ] ✨ feat - [ ] 🐛 fix - [x] ♻️ refactor - [ ] 💄 style - [ ] 🔨 chore - [ ] 📝 docs ### Relevant Issues resolves #1926 ### What is in this change? Making the data source configurable via environment variables. ### Developer Validations - [x] I ran `yarn lint` from the root of the repo & committed changes - [ ] Relevant documentation has been updated - [ ] I have tested my code functionality - [ ] Docker build succeeds locally --- <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:34:36 -05:00
yindo closed this issue 2026-02-22 18:34:36 -05:00
yindo changed title from [PR #1939] Add data source config via environment variables to [PR #1939] [CLOSED] Add data source config via environment variables 2026-06-05 15:15:29 -04: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#3837