Remove extra references to config file

This commit is contained in:
Gabe Kangas
2021-05-27 19:59:33 -07:00
parent 3fd5f6c2c5
commit 5ef1596d65
2 changed files with 0 additions and 5 deletions

View File

@@ -27,9 +27,6 @@ var WebServerIP = "0.0.0.0"
// InternalHLSListenerPort is the port for HLS writes that is used for this execution of the service.
var InternalHLSListenerPort = "8927"
// ConfigFilePath is the path to the config file for migration.
var ConfigFilePath = "config.yaml"
// GitCommit is an optional commit this build was made from.
var GitCommit = ""