mirror of
https://github.com/kremalicious/umami.git
synced 2025-02-01 12:29:35 +01:00
Updated check-env script.
This commit is contained in:
parent
a38baa50af
commit
32cfb74c49
@ -23,13 +23,9 @@ if (!process.env.SKIP_DB_CHECK && !process.env.DATABASE_TYPE) {
|
||||
}
|
||||
|
||||
if (process.env.CLICKHOUSE_URL) {
|
||||
checkMissing(['CA_CERT', 'CLIENT_CERT', 'CLIENT_KEY', 'KAFKA_BROKER', 'KAFKA_URL', 'REDIS_URL']);
|
||||
checkMissing(['KAFKA_BROKER', 'KAFKA_URL', 'REDIS_URL']);
|
||||
}
|
||||
|
||||
if (process.env.CLOUD_MODE) {
|
||||
checkMissing(['CLOUD_URL']);
|
||||
}
|
||||
|
||||
if (process.env.ENABLE_BLOCKER) {
|
||||
checkMissing(['REDIS_URL']);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user