mirror of
https://github.com/wassname/talk.git
synced 2026-07-07 14:41:33 +08:00
fixes
This commit is contained in:
@@ -48,7 +48,6 @@ const CONFIG = {
|
||||
// request all of the records. Otherwise, minimum limits of 0 are enforced.
|
||||
ALLOW_NO_LIMIT_QUERIES: process.env.TALK_ALLOW_NO_LIMIT_QUERIES === 'TRUE',
|
||||
|
||||
// TODO: document this config.
|
||||
// LOGGING_LEVEL specifies the logging level used by the bunyan logger.
|
||||
LOGGING_LEVEL: ['fatal', 'error', 'warn', 'info', 'debug', 'trace'].includes(
|
||||
process.env.TALK_LOGGING_LEVEL
|
||||
|
||||
@@ -7,7 +7,7 @@ type User {
|
||||
|
||||
type Settings {
|
||||
# notificationsRequireConfirmation when true indicates that User's must have
|
||||
# their email address confirmed/verified before they can recieve
|
||||
# their email address confirmed/verified before they can receive
|
||||
# notifications.
|
||||
notificationsRequireConfirmation: Boolean
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user