From a79a5128c941a0971515526f4fc52b9d64223524 Mon Sep 17 00:00:00 2001 From: Belen Curcio Date: Thu, 6 Apr 2017 18:57:11 -0300 Subject: [PATCH] plugins default json --- plugins.default.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 plugins.default.json diff --git a/plugins.default.json b/plugins.default.json new file mode 100644 index 000000000..b3443af48 --- /dev/null +++ b/plugins.default.json @@ -0,0 +1,9 @@ +{ + "server": [ + "coral-plugin-respect", + "coral-plugin-facebook-auth" + ], + "client": [ + "coral-plugin-respect" + ] +}