[project]# List of environment variables to be provided by each user to use the app.user_env = []# Duration (in seconds) during which the session is saved when the connection is lostsession_timeout = 3600# Duration (in seconds) of the user session expiryuser_session_timeout = 1296000 # 15 days# Enable third parties caching (e.g., LangChain cache)cache = false# Authorized originsallow_origins = ["*"]