mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-13 04:45:19 +00:00
Add missing env var
This commit is contained in:
parent
483217bf56
commit
600cefbbd8
1 changed files with 2 additions and 0 deletions
|
|
@ -33,6 +33,8 @@ export const env = createEnv({
|
|||
|
||||
LOGTAIL_TOKEN: z.string().optional(),
|
||||
LOGTAIL_HOST: z.string().url().optional(),
|
||||
|
||||
INDEX_CONCURRENCY_MULTIPLE: z.number().optional(),
|
||||
},
|
||||
runtimeEnv: process.env,
|
||||
emptyStringAsUndefined: true,
|
||||
|
|
|
|||
Loading…
Reference in a new issue