From 95f5befa8951af120625c856ee7e12bc7256bb07 Mon Sep 17 00:00:00 2001 From: phact Date: Wed, 13 Aug 2025 21:33:16 -0400 Subject: [PATCH] .env.example --- .env.example | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .env.example diff --git a/.env.example b/.env.example new file mode 100644 index 00000000..9fda0544 --- /dev/null +++ b/.env.example @@ -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=