mirror of
https://github.com/langgenius/dify-plugins.git
synced 2026-07-22 01:55:36 -04:00
[PR #772] [CLOSED] removes hardcoded url with .env variable #ieeesoc #1160
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langgenius/dify-plugins/pull/772
Author: @Ayush3941
Created: 6/25/2025
Status: ❌ Closed
Base:
main← Head:Fix/721-ensures-support-for-private-deployment📝 Commits (2)
73fa5c8removes hardcoded url with .env variable782457cversion update📊 Changes
1 file changed (+0 additions, -0 deletions)
View changed files
📝
pixelbloom/aippt/aippt.difypkg(+0 -0)📄 Description
Plugin Submission Form
1. Metadata
2. Submission Type
3. Description
closes #721
This update solves [Issue #721](https://github.com/langgenius/dify-plugins/issues/721) by allowing private deployment compatibility.
Previously, the plugin was hardcoded to use the official AIPPT API endpoint. This update makes the base URL configurable via a
.envvariable (AIPPT_BASE_URL), enabling the plugin to function in on-premise/internal deployments without code changes.4. Checklist
5. Documentation Checklist
6. Privacy Protection Information
Data Collection
No personal user data is collected beyond necessary inputs like prompt content. All requests are directed to the internal/private AIPPT endpoint defined by the user.
Privacy Policy
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.