Fix linter warnings

This commit is contained in:
Gabe Kangas
2022-03-07 16:37:04 -08:00
parent a7687c861e
commit b5d60d9f40
2 changed files with 8 additions and 7 deletions

View File

@@ -13,6 +13,7 @@ var DatabaseFilePath = "data/owncast.db"
// LogDirectory is the path to various log files.
var LogDirectory = "./data/logs"
// TempDir is where we store temporary files.
var TempDir = "./data/tmp"
// EnableDebugFeatures will print additional data to help in debugging.