From a5668162238ad43d23cff4833e6331ea9ad66fe7 Mon Sep 17 00:00:00 2001 From: Cadence Ember Date: Sat, 27 Feb 2021 14:12:00 +1300 Subject: [PATCH] Uncomment default instance block To force people to set it to point to their own instance. --- config/config.sample.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/config/config.sample.js b/config/config.sample.js index 71c607a..72c1664 100644 --- a/config/config.sample.js +++ b/config/config.sample.js @@ -2,14 +2,12 @@ module.exports = { /* Copy this file to `config.js`, and add options here. They'll override the options from `utils/constants.js`. - For example, uncommenting the next block would change the default instance. + For example, the next block changes the default instance. */ - /* user_settings: { instance: { default: "https://example.com" } } - */ }