mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-16 08:04:45 -04:00
apply review suggestions
This commit is contained in:
parent
d10c13e842
commit
cdc5a89cd7
9 changed files with 7 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue