mirror of
https://git.sr.ht/~cadence/cloudtube
synced 2024-11-10 02:27:29 +00:00
16 lines
305 B
JavaScript
16 lines
305 B
JavaScript
|
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.
|
||
|
*/
|
||
|
|
||
|
/*
|
||
|
user_settings: {
|
||
|
instance: {
|
||
|
default: "https://example.com"
|
||
|
}
|
||
|
}
|
||
|
*/
|
||
|
}
|