.env.example
This commit is contained in:
parent
aa908bbca7
commit
95f5befa89
1 changed files with 12 additions and 0 deletions
12
.env.example
Normal file
12
.env.example
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# make one like so https://docs.langflow.org/api-keys-and-authentication#langflow-secret-key
|
||||
LANGFLOW_SECRET_KEY=
|
||||
# flow id from the the openrag flow json
|
||||
FLOW_ID=1098eea1-6649-4e1d-aed1-b77249fb8dd0
|
||||
# must match the hashed password in secureconfig, must change for secure deployment!!!
|
||||
OPENSEARCH_PASSWORD=OSisgendb1!
|
||||
# make here https://console.cloud.google.com/apis/credentials
|
||||
GOOGLE_OAUTH_CLIENT_ID=
|
||||
GOOGLE_OAUTH_CLIENT_SECRET=
|
||||
# Optional dns routable from google (etc.) to handle continous ingest (ngrok works)
|
||||
WEBHOOK_BASE_URL=
|
||||
OPENAI_API_KEY=
|
||||
Loading…
Add table
Reference in a new issue