mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Add import http enabled configuration
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import { NSFWPolicyType } from '../videos/nsfw-policy.type'
|
||||
import { CONFIG } from '../../../server/initializers'
|
||||
|
||||
export interface ServerConfig {
|
||||
serverVersion: string
|
||||
@@ -23,6 +24,14 @@ export interface ServerConfig {
|
||||
enabledResolutions: number[]
|
||||
}
|
||||
|
||||
import: {
|
||||
video: {
|
||||
http: {
|
||||
enabled: boolean
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
avatar: {
|
||||
file: {
|
||||
size: {
|
||||
|
||||
Reference in New Issue
Block a user