Remove config file migrator (#1045)

* rm migrator consts

* Delete migrator.go

* rm RunMigrations()
This commit is contained in:
Meisam
2021-05-23 22:36:34 +02:00
committed by GitHub
parent d3696cd0aa
commit 8b57ddcfb1
3 changed files with 0 additions and 272 deletions

View File

@@ -9,10 +9,6 @@ const (
WebRoot = "webroot"
// PrivateHLSStoragePath is the HLS write directory.
PrivateHLSStoragePath = "hls"
// ExtraInfoFile is the markdown file for page content. Remove this after the migrator is removed.
ExtraInfoFile = "data/content.md"
// StatsFile is the json file we used to save stats in. Remove this after the migrator is removed.
StatsFile = "data/stats.json"
// FfmpegSuggestedVersion is the version of ffmpeg we suggest.
FfmpegSuggestedVersion = "v4.1.5" // Requires the v
// BackupDirectory is the directory we write backup files to.