You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*`SEND_EMAIL` - (default: `false`) - whether to send email or preview (see [outbound email configuration](https://github.com/ladjs/lad#outbound-email-configuration))
370
+
*`TRANSPORT_DEBUG` - (default: `false`) - email transport debug logging (see [debugging](https://github.com/ladjs/lad#debugging))
*`SHOW_STACK` - (default: `true`) - whether or not to output a stack trace when logging (see [cabinjs options][])
373
+
*`SHOW_META` - (default: `true`) - whether or not to output metadata to logger methods (see [cabinjs options][])
374
+
*`SUPPORT_REQUEST_MAX_LENGTH` - (default: `500`) - support request max message size in characters
375
+
*`ERROR_HANDLER_BASE_URL` - (default: `{{WEB_URL}}`) error handling base url (see [koa-better-error-handler](https://github.com/ladjs/koa-better-error-handler))
376
+
*`I18N_SYNC_FILES` - (default: `true`) - sync locale information across all files (see [ladjs/i18n options][])
377
+
*`I18N_AUTO_RELOAD` - (default: `false`) - watch forchangesin json files to reload locale on updates (see [ladjs/i18n options][])
378
+
*`I18N_UPDATE_FILES` - (default: `true`) - write new locale information to disk (see [ladjs/i18n options][])
379
+
*`AUTH_LOCAL_ENABLED` - (default: `true`) - enable passport local strategy (see [ladjs/passport][])
380
+
*`AUTH_FACEBOOK_ENABLED` - (default: `false`) - enable authenticating with Facebook using the OAuth 2.0 (see [ladjs/passport][])
381
+
*`AUTH_TWITTER_ENABLED` - (default: `false`) - enable authenticating with Twitter using the OAuth 1.0 (see [ladjs/passport][])
382
+
*`AUTH_GOOGLE_ENABLED` - (default: `false`) - enable authenticating with Google using OAuth 2.0 (see [google auth][])
383
+
*`AUTH_GITHUB_ENABLED` - (default: `false`) - enable authenticating with Github using OAuth 2.0 (see [ladjs/passport][])
384
+
*`AUTH_LINKEDIN_ENABLED` - (default: `false`) - enable authenticating with LinkedIn using OAuth 1.0 (see [ladjs/passport][])
385
+
*`AUTH_INSTAGRAM_ENABLED` - (default: `false`) - enable authenticating with Instagram using OAuth 2.0 (see [ladjs/passport][])
386
+
*`AUTH_OTP_ENABLED` - (default: `false`) - enable authenticating with OTP, a form of two-factor authentication (see [ladjs/passport][])
387
+
*`AUTH_STRIPE_ENABLED` - (default: false) - enable authenticating with Stripe using OAuth 2.0 (see [ladjs/passport][])
388
+
*`GOOGLE_CLIENT_ID` - google oauth2 client id (see [google auth][])
389
+
*`GOOGLE_CLIENT_SECRET` - google oauth2 secret (see [google auth][])
390
+
*`GOOGLE_CALLBACK_URL` - google oauth2 callback url (see [google auth][])
391
+
*`GOOGLE_APPLICATION_CREDENTIALS` - path to google cloud platform credentials (see [gcp credentials](https://cloud.google.com/docs/authentication/getting-started))
392
+
*`GITHUB_CLIENT_ID` - github oauth client id (see [ladjs/passport][])
393
+
*`GITHUB_CLIENT_SECRET` - github oauth secret (see [ladjs/passport][])
394
+
*`GITHUB_CALLBACK_URL` - github oauth callback URL (see [ladjs/passport][])
395
+
*`POSTMARK_API_TOKEN` - postmark api token (see [outbound email configuration](https://github.com/ladjs/lad#outbound-email-configuration))
396
+
*`CODECOV_TOKEN` - codecov api token (see [continuous integration and code coverage](https://github.com/ladjs/lad#continuous-integration-and-code-coverage))
0 commit comments