Move stats.json to data dir

This commit is contained in:
Gabe Kangas
2020-11-12 22:34:49 -08:00
parent 6df6b97815
commit 934285c55b
2 changed files with 4 additions and 7 deletions

View File

@@ -7,6 +7,7 @@ const (
PrivateHLSStoragePath = "hls"
GeoIPDatabasePath = "data/GeoLite2-City.mmdb"
ExtraInfoFile = "data/content.md"
StatsFile = "data/stats.json"
)
var (