add saas depen
This commit is contained in:
@@ -42,6 +42,16 @@ EMSAL_TIMEOUT=60
|
|||||||
# Sentry DSN for error tracking
|
# Sentry DSN for error tracking
|
||||||
# SENTRY_DSN=https://your-sentry-dsn@sentry.io/project-id
|
# SENTRY_DSN=https://your-sentry-dsn@sentry.io/project-id
|
||||||
|
|
||||||
|
# Clerk Configuration
|
||||||
|
CLERK_SECRET_KEY=sk_test_YourClerkSecretKey
|
||||||
|
|
||||||
|
# Stripe Configuration
|
||||||
|
STRIPE_SECRET_KEY=sk_test_YourStripeSecretKey
|
||||||
|
STRIPE_WEBHOOK_SECRET=whsec_YourStripeWebhookSecret
|
||||||
|
|
||||||
|
# Application Configuration
|
||||||
|
APP_URL=http://localhost:8000
|
||||||
|
|
||||||
# OpenTelemetry Configuration (optional)
|
# OpenTelemetry Configuration (optional)
|
||||||
# OTEL_EXPORTER_OTLP_ENDPOINT=http://localhost:4317
|
# OTEL_EXPORTER_OTLP_ENDPOINT=http://localhost:4317
|
||||||
# OTEL_SERVICE_NAME=yargi-mcp-server
|
# OTEL_SERVICE_NAME=yargi-mcp-server
|
||||||
@@ -185,3 +185,4 @@ Dockerfile
|
|||||||
fly.toml
|
fly.toml
|
||||||
.github/workflows/fly-deploy.yml
|
.github/workflows/fly-deploy.yml
|
||||||
Dockerfile
|
Dockerfile
|
||||||
|
GEMINI.md
|
||||||
|
|||||||
@@ -29,6 +29,10 @@ production = [
|
|||||||
"gunicorn>=22.0.0",
|
"gunicorn>=22.0.0",
|
||||||
"uvicorn[standard]>=0.30.0",
|
"uvicorn[standard]>=0.30.0",
|
||||||
]
|
]
|
||||||
|
saas = [
|
||||||
|
"clerk-python-sdk>=1.0.0a4",
|
||||||
|
"stripe>=9.1.0",
|
||||||
|
]
|
||||||
|
|
||||||
[project.scripts]
|
[project.scripts]
|
||||||
yargi-mcp = "mcp_server_main:main"
|
yargi-mcp = "mcp_server_main:main"
|
||||||
|
|||||||
Reference in New Issue
Block a user