mirror of
https://github.com/Viren070/AIOStreams.git
synced 2025-12-01 23:14:04 +01:00
fix: set default value of store to undefined
This commit is contained in:
@@ -1603,7 +1603,7 @@ export const Env = cleanEnv(process.env, {
|
||||
}),
|
||||
BUILTIN_DEBRID_METADATA_STORE: str({
|
||||
choices: ['redis', 'sql', 'memory'],
|
||||
default: 'memory',
|
||||
default: undefined,
|
||||
desc: 'Builtin Debrid metadata store',
|
||||
}),
|
||||
BUILTIN_PLAYBACK_LINK_VALIDITY: num({
|
||||
|
||||
Reference in New Issue
Block a user