structure ready
Deploy Node App / deploy (push) Successful in 13s

This commit is contained in:
Gitea
2026-06-15 15:47:30 +05:30
parent 41d82f9266
commit 0312c5aa1f
3 changed files with 3 additions and 15 deletions
-14
View File
@@ -1,14 +0,0 @@
AZURE_OPENAI_KEY=6f7D5hx9UdRHQ3tSubhwhh6vxaLGrXs97Ge8OlI4B6bp71hmbpFLJQQJ99CFAC77bzfXJ3w3AAAAACOGeZX1
QDRANT_URL=http://172.236.181.119:6333
QDRANT_COLLECTION=pdf_rag
AZURE_OPENAI_ENDPOINT=https://cpmindiayoda-resource.services.ai.azure.com
AZURE_DEPLOYMENT=gpt-4o-mini
AZURE_API_VERSION=2024-08-01-preview
host=172.237.38.45
port=5432
user=bunty
password=Bun@12345'
database=gyanbuddy
+2
View File
@@ -0,0 +1,2 @@
/node_modules
/.env
+1 -1
View File
@@ -12,4 +12,4 @@ app.use(route);
app.listen(port, () => { app.listen(port, () => {
console.log(`Server is running on http://localhost:${port}`); console.log(`Server is running on http://localhost:${port}`);
}); });