1
0
Fork 0
mirror of https://git.sr.ht/~cadence/cloudtube synced 2026-03-02 02:31:35 +00:00

Add config overrides file

This commit is contained in:
Cadence Ember 2020-11-20 18:27:38 +13:00
parent d806eb0426
commit ca8d26c722
No known key found for this signature in database
GPG key ID: BC1C2C61CF521B17
5 changed files with 35 additions and 2 deletions

15
config/config.sample.js Normal file
View file

@ -0,0 +1,15 @@
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"
}
}
*/
}