mirror of
https://git.sr.ht/~cadence/cloudtube
synced 2025-11-29 00:56:32 +00:00
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
1 changed files with 1 additions and 3 deletions
|
|
@ -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…
Add table
Reference in a new issue