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:
parent
d806eb0426
commit
ca8d26c722
5 changed files with 35 additions and 2 deletions
15
config/config.sample.js
Normal file
15
config/config.sample.js
Normal 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"
|
||||
}
|
||||
}
|
||||
*/
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue