coolmanx commited on
Commit
e4ed83c
·
verified ·
1 Parent(s): aeb6625

Create .env

Browse files
Files changed (1) hide show
  1. .env +15 -0
.env ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Ollama URL for the backend to connect
2
+ # The path '/ollama' will be redirected to the specified backend URL
3
+ OLLAMA_BASE_URL='http://localhost:11434'
4
+
5
+ #OPENAI_API_BASE_URL=''
6
+ #OPENAI_API_KEY=''
7
+
8
+ # AUTOMATIC1111_BASE_URL="http://localhost:7860"
9
+
10
+ # DO NOT TRACK
11
+ SCARF_NO_ANALYTICS=true
12
+ DO_NOT_TRACK=true
13
+ ANONYMIZED_TELEMETRY=false
14
+
15
+ DATABASE_URL=postgres://avnadmin:[email protected]:28421/defaultdb?sslmode=require