1
0
Fork 0
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:
Chocobozzz 2018-01-31 16:42:40 +01:00
parent 81ebea48bf
commit 66b16cafb3
No known key found for this signature in database
GPG key ID: 583A612D890159BE
22 changed files with 201 additions and 73 deletions

View file

@ -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