leo-bourrel commited on
Commit
ce5986a
·
1 Parent(s): 98a9a5f

feat: test internal connection

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ from css import load_css
17
  from custom_pgvector import CustomPGVector
18
  from message import Message
19
 
20
- CONNECTION_STRING = "postgresql+psycopg2://postgres@/sorbobot?host=localhost"
21
 
22
  st.set_page_config(layout="wide")
23
 
 
17
  from custom_pgvector import CustomPGVector
18
  from message import Message
19
 
20
+ CONNECTION_STRING = "postgresql+psycopg2://postgres@/sorbobot?host=host.docker.internal"
21
 
22
  st.set_page_config(layout="wide")
23