mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-06 03:50:26 +02:00
Add new name/terms/description config options
This commit is contained in:
parent
81ebea48bf
commit
66b16cafb3
22 changed files with 201 additions and 73 deletions
|
@ -105,6 +105,11 @@ export {
|
|||
|
||||
function customConfig (): CustomConfig {
|
||||
return {
|
||||
instance: {
|
||||
name: CONFIG.INSTANCE.NAME,
|
||||
description: CONFIG.INSTANCE.DESCRIPTION,
|
||||
terms: CONFIG.INSTANCE.TERMS
|
||||
},
|
||||
cache: {
|
||||
previews: {
|
||||
size: CONFIG.CACHE.PREVIEWS.SIZE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue