MAGIC_LINK_REDIRECT="http://localhost:1337"
# used to encrypt JWT tokens, it will be populated
# for you when you install StartKit.AI for the first time
####################################################
# For more details see https://startkit.ai/docs/getting-started/installation/openai
####################################################
####################################################
# For more details see https://startkit.ai/docs/getting-started/installation/database
####################################################
MONGO_URI="mongodb://127.0.0.1:27017/boilerplate"
####################################################
# For more details see https://startkit.ai/docs/features/embeddings
####################################################
EMBEDDINGS_URL=http://localhost:8000
# This bearer token is for creating a private connection between
# the embeddings server and your main app, it will be populated
# for you when you install StartKit.AI for the first time
####################################################
# Used for sending magic links to login
# For more details see https://startkit.ai/docs/features/emails
####################################################
# and if you want to add users to a newsletter
####################################################
# Used for storing user uploaded images and files
# Can use any S3 compatible API
# For more details see https://startkit.ai/docs/getting-started/installation/s3
####################################################
####################################################
# For more details see https://startkit.ai/docs/demos/env
####################################################
# URL for the demos to use to call the API (they run using Vite)
VITE_API_URL="http://localhost:1337"
# The context ID to use for the default PDF in the "Chat with PDF" demo
VITE_DEMO_PDF_CONTEXT_ID='1710012052356-10430406-warp.pdf'
####################################################
####################################################