From 4bc7848e24cdfc572531f8cb9d8355ae40ca6bdb Mon Sep 17 00:00:00 2001 From: Wyatt Johnson Date: Thu, 6 Apr 2017 12:00:36 -0600 Subject: [PATCH] comment updates --- PLUGINS.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/PLUGINS.md b/PLUGINS.md index c34cfa5eb..8bf00229d 100644 --- a/PLUGINS.md +++ b/PLUGINS.md @@ -7,9 +7,9 @@ side plugins. The parsing order for the plugin registration is as follows: -- `process.env.TALK_PLUGINS_JSON` -- `plugins.json` -- `plugins.default.json` +- `TALK_PLUGINS_JSON` environment variable +- `plugins.json` file +- `plugins.default.json` file If you need to "disable all plugins", you can simply provide `{}` as the contents of `process.env.TALK_PLUGINS_JSON` or the `plugins.json`.