Uncomment default instance block

To force people to set it to point to their own instance.
This commit is contained in:
Cadence Ember 2021-02-27 14:12:00 +13:00
parent 3dbea65c62
commit a566816223
No known key found for this signature in database
GPG Key ID: BC1C2C61CF521B17
1 changed files with 1 additions and 3 deletions

View File

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