leo-pasi commited on
Commit
4fe2243
·
1 Parent(s): eb2b59d

using prod database

Browse files
Files changed (1) hide show
  1. scripts/app.py +1 -1
scripts/app.py CHANGED
@@ -22,7 +22,7 @@ welcome_message_path = Path(__file__).parents[1] / "spaces/welcome_message.md"
22
  # Enables running async code inside an existing event loop without crashing.
23
  nest_asyncio.apply()
24
 
25
- tru = TruSession(database_url=os.getenv("SUPABASE_CONNECTION_STRING"))
26
 
27
 
28
  class ChatBot:
 
22
  # Enables running async code inside an existing event loop without crashing.
23
  nest_asyncio.apply()
24
 
25
+ tru = TruSession(database_url=os.getenv("SUPABASE_PROD_CONNECTION_STRING_IPV4"))
26
 
27
 
28
  class ChatBot: