🐛 Fix viewer's .env.local.example
inline comment
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
DATABASE_URL=postgresql://postgres:typebot@localhost:5432/typebot
|
||||
# Make sure to change this to your own random string of 32 characters (https://docs.typebot.io/self-hosting/docker#2-add-the-required-configuration)
|
||||
ENCRYPTION_SECRET=2GKg2i0oqWTkfc8lipjRE2weLg3R+UuI
|
||||
ENCRYPTION_SECRET=H+KbL/OFrqbEuDy/1zX8bsPG+spXri3S
|
||||
NEXTAUTH_URL=http://localhost:3000
|
||||
NEXT_PUBLIC_VIEWER_URL=http://localhost:3001
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
ENCRYPTION_SECRET=SgVkYp2s5v8y/B?E(H+MbQeThWmZq4t6 #256-bits secret (can be generated here: https://www.allkeysgenerator.com/Random/Security-Encryption-Key-Generator.aspx)
|
||||
# Make sure to change this to your own random string of 32 characters (https://docs.typebot.io/self-hosting/docker#2-add-the-required-configuration)
|
||||
ENCRYPTION_SECRET=H+KbL/OFrqbEuDy/1zX8bsPG+spXri3S
|
||||
NEXT_PUBLIC_VIEWER_URL=http://localhost:3001
|
||||
DATABASE_URL=postgresql://postgres:typebot@localhost:5432/typebot
|
||||
NEXTAUTH_URL=http://localhost:3000
|
||||
|
@ -44,10 +44,6 @@ export const resumeChatCompletion =
|
||||
}, [])
|
||||
if (newVariables.length > 0)
|
||||
newSessionState = updateVariables(newSessionState)(newVariables)
|
||||
logs.push({
|
||||
description: 'OpenAI block successfully executed',
|
||||
status: 'success',
|
||||
})
|
||||
return {
|
||||
outgoingEdgeId,
|
||||
newSessionState,
|
||||
|
Reference in New Issue
Block a user