mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-10 08:05:22 +02:00
feat: add mcp server to Dograh OSS (#240)
* feat: add mcp server * update mcp endpoint
This commit is contained in:
parent
e31b38122e
commit
79bc91b1e0
18 changed files with 442 additions and 74 deletions
|
|
@ -22,6 +22,9 @@ ENABLE_AWS_S3="false"
|
|||
# MinIO Configuration if using containerised MinIO instead of
|
||||
# AWS S3
|
||||
MINIO_ENDPOINT=localhost:9000
|
||||
# Full URL (with scheme) that browsers use to reach MinIO. Required.
|
||||
# Remote deployments behind HTTPS: set to e.g. https://your-server.example.com
|
||||
MINIO_PUBLIC_ENDPOINT=http://localhost:9000
|
||||
MINIO_ACCESS_KEY=minioadmin
|
||||
MINIO_SECRET_KEY=minioadmin
|
||||
MINIO_BUCKET=voice-audio
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue