mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 02:39:33 +02:00
Move config in its own file
This commit is contained in:
parent
2c3abc4fa7
commit
6dd9de95df
79 changed files with 523 additions and 458 deletions
|
@ -1,7 +1,8 @@
|
|||
import { join } from 'path'
|
||||
import { FILES_CACHE, CONFIG, STATIC_PATHS } from '../../initializers'
|
||||
import { FILES_CACHE, STATIC_PATHS } from '../../initializers'
|
||||
import { VideoModel } from '../../models/video/video'
|
||||
import { AbstractVideoStaticFileCache } from './abstract-video-static-file-cache'
|
||||
import { CONFIG } from '../../initializers/config'
|
||||
|
||||
class VideosPreviewCache extends AbstractVideoStaticFileCache <string> {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue