mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 15:36:16 -04:00
Settings.js: rephrased a log message
This commit is contained in:
parent
21ac37170e
commit
59b1eed4a8
1 changed files with 1 additions and 1 deletions
|
@ -443,7 +443,7 @@ function lookupEnvironmentVariables(obj) {
|
||||||
const envVarValue = process.env[envVarName];
|
const envVarValue = process.env[envVarName];
|
||||||
|
|
||||||
if (envVarValue === undefined) {
|
if (envVarValue === undefined) {
|
||||||
console.warn(`Configuration key ${key} tried to read its value from environment variable ${envVarName}, but no value was found. Returning null. Please check your configuration and environment settings.`);
|
console.warn(`Environment variable "${envVarName}" does not contain any value for configuration key "${key}". Returning null. Please check your configuration and environment settings.`);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* We have to return null, because if we just returned undefined, the
|
* We have to return null, because if we just returned undefined, the
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue