Update description comments for some config fields

This commit is contained in:
Alice Gaudon 2021-04-19 14:22:09 +02:00
parent ec0dc30709
commit 875a4fc458
1 changed files with 5 additions and 2 deletions

View File

@ -51,7 +51,10 @@
validity_period: 20,
},
auth: {
approval_mode: false, // Registered accounts need to be approved by an administrator
name_change_wait_period: 2592000000, // 30 days
// If true, registered accounts need to be approved by an administrator
approval_mode: false,
// 30 days
name_change_wait_period: 2592000000,
},
}