Update description comments for some config fields
This commit is contained in:
parent
ec0dc30709
commit
875a4fc458
@ -51,7 +51,10 @@
|
|||||||
validity_period: 20,
|
validity_period: 20,
|
||||||
},
|
},
|
||||||
auth: {
|
auth: {
|
||||||
approval_mode: false, // Registered accounts need to be approved by an administrator
|
// If true, registered accounts need to be approved by an administrator
|
||||||
name_change_wait_period: 2592000000, // 30 days
|
approval_mode: false,
|
||||||
|
|
||||||
|
// 30 days
|
||||||
|
name_change_wait_period: 2592000000,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user