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" } } - */ }