diff options
Diffstat (limited to 'shared/extra-utils')
-rw-r--r-- | shared/extra-utils/server/config.ts | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/shared/extra-utils/server/config.ts b/shared/extra-utils/server/config.ts index d784af9a9..785421c98 100644 --- a/shared/extra-utils/server/config.ts +++ b/shared/extra-utils/server/config.ts | |||
@@ -53,6 +53,16 @@ function updateCustomSubConfig (url: string, token: string, newConfig: DeepParti | |||
53 | shortDescription: 'my short description', | 53 | shortDescription: 'my short description', |
54 | description: 'my super description', | 54 | description: 'my super description', |
55 | terms: 'my super terms', | 55 | terms: 'my super terms', |
56 | codeOfConduct: 'my super coc', | ||
57 | |||
58 | moderationInformation: 'my super moderation information', | ||
59 | administrator: 'Kuja', | ||
60 | maintenanceLifetime: 'forever', | ||
61 | businessModel: 'my super business model', | ||
62 | |||
63 | languages: [ 'en', 'es' ], | ||
64 | categories: [ 1, 2 ], | ||
65 | |||
56 | defaultClientRoute: '/videos/recently-added', | 66 | defaultClientRoute: '/videos/recently-added', |
57 | isNSFW: true, | 67 | isNSFW: true, |
58 | defaultNSFWPolicy: 'blur', | 68 | defaultNSFWPolicy: 'blur', |