25 lines
No EOL
992 B
Text
25 lines
No EOL
992 B
Text
# flow id from the the openrag flow json
|
|
FLOW_ID=1098eea1-6649-4e1d-aed1-b77249fb8dd0
|
|
# Set a strong admin password for OpenSearch; a bcrypt hash is generated at
|
|
# container startup from this value. Do not commit real secrets.
|
|
OPENSEARCH_PASSWORD=
|
|
# make here https://console.cloud.google.com/apis/credentials
|
|
GOOGLE_OAUTH_CLIENT_ID=287178119926-8t3co7hgnc5onv55k7hjv46qdcvbddfm.apps.googleusercontent.com
|
|
GOOGLE_OAUTH_CLIENT_SECRET=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
|
|
# Azure app registration credentials for SharePoint/OneDrive
|
|
MICROSOFT_GRAPH_OAUTH_CLIENT_ID=
|
|
MICROSOFT_GRAPH_OAUTH_CLIENT_SECRET=
|
|
# OPTIONAL: dns routable from google (etc.) to handle continous ingest (something like ngrok works). This enables continous ingestion
|
|
WEBHOOK_BASE_URL=
|
|
|
|
OPENAI_API_KEY=
|
|
|
|
AWS_ACCESS_KEY_ID=
|
|
AWS_SECRET_ACCESS_KEY=
|
|
|
|
# OPTIONAL url for openrag link to langflow in the UI
|
|
LANGFLOW_PUBLIC_URL=
|
|
|
|
# Change the AUTO_LOGIN=False in .env
|
|
LANGFLOW_SUPERUSER=langflow
|
|
LANGFLOW_SUPERUSER_PASSWORD=langflow |