You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please compare `dev` to `main` and ensure that all migrations are backwards compatible. In what ways could breakage occur? Report the result to me in detail.
1
+
Please compare `dev` to `main` and ensure that all migrations are backwards compatible. In what ways could breakage occur? Report the result to me in detail. Anything else that's scary that could occur, or that we should think about while migrating?
Copy file name to clipboardExpand all lines: apps/backend/.env
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -115,3 +115,6 @@ STACK_STRIPE_SECRET_KEY=# enter your stripe api key
115
115
STACK_STRIPE_WEBHOOK_SECRET=# enter your stripe webhook secret
116
116
STACK_TELEGRAM_BOT_TOKEN=# enter you telegram bot token
117
117
STACK_TELEGRAM_CHAT_ID=# enter your telegram chat id
118
+
119
+
# Docs AI tool bundle
120
+
STACK_DOCS_INTERNAL_BASE_URL=# override the docs origin used by the backend's AI tool bundle to call the docs app's `/api/internal/docs-tools` endpoint. Defaults to http://localhost:${NEXT_PUBLIC_STACK_PORT_PREFIX:-81}04 in dev, https://mcp.stack-auth.com in prod
0 commit comments