From f7e29f5fd465582765cf2c1332cb563d357bb597 Mon Sep 17 00:00:00 2001 From: niftylettuce Date: Thu, 11 Feb 2021 16:22:52 -0600 Subject: [PATCH] fix: sync config --- template/config/index.js | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/template/config/index.js b/template/config/index.js index 47445d7..f983925 100644 --- a/template/config/index.js +++ b/template/config/index.js @@ -256,21 +256,25 @@ config.views.locals.manifest = manifestRev({ // add global `config` object to be used by views config.views.locals.config = _.pick(config, [ - 'verificationPin', - 'supportRequestMaxLength', - 'appName', - 'urls', - 'userFields', - 'otpRoutePrefix', - 'passport', 'appColor', - 'twitter', + 'appName', 'env', + 'lastLocaleField', 'loginRoute', + 'maxForwardedAddresses', + 'otpRoutePrefix', + 'passport', + 'passportCallbackOptions', 'passportLocalMongoose', 'pkg', - 'verifyRoute', - 'passportCallbackOptions' + 'recordPrefix', + 'storeIPAddress', + 'supportRequestMaxLength', + 'twitter', + 'urls', + 'userFields', + 'verificationPin', + 'verifyRoute' ]); // add `views` to `config.email`