mirror of
https://github.com/langgenius/dify.git
synced 2026-04-15 09:57:03 +08:00
chore: fix NEXT_PUBLIC_SOCKET_URL
This commit is contained in:
parent
582481d8e0
commit
861a5826c8
@ -117,8 +117,7 @@ const COOKIE_DOMAIN = getStringConfig(
|
||||
'',
|
||||
).trim()
|
||||
export const SOCKET_URL = getStringConfig(
|
||||
process.env.NEXT_PUBLIC_SOCKET_URL,
|
||||
DatasetAttr.DATA_PUBLIC_SOCKET_URL,
|
||||
env.NEXT_PUBLIC_SOCKET_URL,
|
||||
'ws://localhost:5001',
|
||||
).trim()
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user