feat: add deployment artifacts and health endpoints
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
POSTGRES_DB=rmcp
|
||||
POSTGRES_USER=rmcp
|
||||
POSTGRES_PASSWORD=change-me
|
||||
MCPAAS_DATABASE_URL=postgres://rmcp:change-me@postgres:5432/rmcp
|
||||
MCPAAS_STORAGE_ROOT=/var/lib/rmcp/storage
|
||||
MCPAAS_ADMIN_BIND=0.0.0.0:3001
|
||||
MCPAAS_MCP_BIND=0.0.0.0:3002
|
||||
MCPAAS_LOG_LEVEL=info
|
||||
MCPAAS_SECRET_PROVIDER=env
|
||||
MCPAAS_PUBLIC_BASE_URL=https://rmcp.example.com
|
||||
MCPAAS_MCP_PUBLIC_URL=https://rmcp.example.com/mcp
|
||||
Reference in New Issue
Block a user