Uncomment default instance block
To force people to set it to point to their own instance.
This commit is contained in:
parent
3dbea65c62
commit
a566816223
|
@ -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"
|
||||
}
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue