This commit is contained in:
Wyatt Johnson
2018-03-02 10:29:17 -07:00
parent 8cb645651c
commit 179edb88be
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -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
}