diff options
author | Tilman Vatteroth | 2020-11-15 20:12:22 +0100 |
---|---|---|
committer | Tilman Vatteroth | 2020-11-15 20:12:39 +0100 |
commit | cdc5a89cd7a9d1c3cf3468e79620ac346f806874 (patch) | |
tree | 3c6531787e78a05fd9afd50c7ab752c7aec02f7e /lib | |
parent | d10c13e842bb1ecb3fb91a130281bab1583ba5ab (diff) |
apply review suggestions
Diffstat (limited to 'lib')
-rw-r--r-- | lib/config/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/config/index.js b/lib/config/index.js index ecd25d96..f78513a0 100644 --- a/lib/config/index.js +++ b/lib/config/index.js @@ -157,7 +157,7 @@ for (let i = keys.length; i--;) { // Notify users about the prefix change and inform them they use legacy prefix for environment variables if (Object.keys(process.env).toString().indexOf('HMD_') !== -1) { - logger.warn('Using legacy HMD prefix for environment variables. Please change your variables in future. For details see: https://github.com/hedgedoc/hedgedoc#environment-variables-will-overwrite-other-server-configs') + logger.warn('Using legacy HMD prefix for environment variables. Please change your variables in future. For details see: https://github.com/hedgedoc/hedgedoc/blob/master/docs/configuration.md') } // Generate session secret if it stays on default values |