fix: replace instances of 127.0.0.1 to localhost (#8536)
* Replace instances of 127.0.0.1 to localhost * fix some replace-all issues * fix some replace-all issues * update starterprojects * Upgrade uvlock
This commit is contained in:
parent
5c38d0223d
commit
b77351331d
33 changed files with 3959 additions and 5686 deletions
|
|
@ -32,7 +32,7 @@ LANGFLOW_DATABASE_CONNECTION_RETRY=false
|
|||
LANGFLOW_LANGCHAIN_CACHE=SQLiteCache
|
||||
|
||||
# Server host
|
||||
# Example: LANGFLOW_HOST=127.0.0.1
|
||||
# Example: LANGFLOW_HOST=localhost
|
||||
LANGFLOW_HOST=
|
||||
|
||||
# Worker processes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue