2
0

fix(docker): 🐛 Runtime public environment

This commit is contained in:
Baptiste Arnaud
2022-06-22 07:36:11 +02:00
parent 3e47b37c2e
commit f801a29539
55 changed files with 358 additions and 167 deletions

View File

@ -21,7 +21,7 @@ import {
} from 'models'
import { Log } from 'db'
import { LiteBadge } from './LiteBadge'
import { isEmpty } from 'utils'
import { env, isEmpty } from 'utils'
export type TypebotViewerProps = {
typebot: PublicTypebot
@ -41,7 +41,7 @@ export type TypebotViewerProps = {
export const TypebotViewer = ({
typebot,
apiHost = process.env.NEXT_PUBLIC_VIEWER_URL?.split(',')[0],
apiHost = env('VIEWER_URL')?.split(',')[0],
isPreview = false,
isLoading = false,
style,