mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-27 09:46:25 +02:00
Okay!!!!!!!!
This commit is contained in:
parent
4d29fb214c
commit
36ca40a335
3 changed files with 6 additions and 1 deletions
|
|
@ -1,6 +1,9 @@
|
|||
#true if you wana run local setup with Ollama
|
||||
IS_LOCAL_SETUP = 'false'
|
||||
|
||||
#Your Unstructured IO API Key. Use any value if running a local instance or file upload support isn't needed.
|
||||
UNSTRUCTURED_API_KEY = ""
|
||||
|
||||
#POSTGRES DB TO TRACK USERS
|
||||
POSTGRES_DATABASE_URL = "postgresql+psycopg2://postgres:postgres@localhost:5432/surfsense"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue