mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Update parse-env.ts
This commit is contained in:
@@ -25,7 +25,9 @@ export default function parseEnv(splitWord: number, envType?: string) {
|
||||
if (key.startsWith('REDIS')) {
|
||||
config[configCamel(key, splitWord)] = value;
|
||||
}
|
||||
} else {
|
||||
}
|
||||
|
||||
if (!envType) {
|
||||
config[configCamel(key, splitWord)] = value;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user