cloudtube/config/config.sample.js

14 lines
279 B
JavaScript
Raw Permalink Normal View History

2020-11-20 05:27:38 +00:00
module.exports = {
/*
Copy this file to `config.js`, and add options here.
They'll override the options from `utils/constants.js`.
For example, the next block changes the default instance.
2020-11-20 05:27:38 +00:00
*/
user_settings: {
instance: {
default: "https://example.com"
}
}
}