Fix fps federation

This commit is contained in:
Chocobozzz 2018-08-03 17:00:19 +02:00
parent 590fb50690
commit b2977eecb8
14 changed files with 104 additions and 90 deletions

View file

@ -1,5 +1,4 @@
import { NSFWPolicyType } from '../videos/nsfw-policy.type'
import { CONFIG } from '../../../server/initializers'
export interface ServerConfig {
serverVersion: string
@ -25,7 +24,7 @@ export interface ServerConfig {
}
import: {
video: {
videos: {
http: {
enabled: boolean
}