From 339f47cb76b9db8cb34f85d3dc153532d5fda6d5 Mon Sep 17 00:00:00 2001 From: Petr Slavik Date: Mon, 29 Dec 2025 17:39:50 +0100 Subject: [PATCH] commit --- .env | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .env diff --git a/.env b/.env new file mode 100644 index 0000000..2e9a847 --- /dev/null +++ b/.env @@ -0,0 +1,14 @@ +PGUSER=dev +PGPASSWORD=bPTRSLVK.b.890504n +PGHOST=10.111.21.254 +PGPORT=5000 +PGDATABASE=dev + +REDIS_CLUSTER_HAPROXY=10.111.21.254 +REDIS_CLUSTER_PORT=6381 +REDIS_CLUSTER_PASSWORD=bPTRSLVK.b.890504n + +OPENAI_BASE_URL=https://lmstudio.ptrslvk.com/v1 +OPENAI_API_KEY= + +OPENAI_EMBEDDINGS_MODEL= \ No newline at end of file