1
0
mirror of https://gitlab.crans.org/nounous/ghostream.git synced 2025-06-29 07:30:54 +02:00

Add a favicon

This commit is contained in:
Alexandre Iooss
2020-09-30 15:52:26 +02:00
parent 8883c878bf
commit 9fe544b7bc
2 changed files with 6 additions and 1 deletions

View File

@ -53,7 +53,7 @@ func loadConfiguration() {
viper.SetDefault("Web.ListenAddress", ":8080")
viper.SetDefault("Web.Name", "Ghostream")
viper.SetDefault("Web.Hostname", "localhost")
viper.SetDefault("Web.Favicon", "/favicon.ico")
viper.SetDefault("Web.Favicon", "/static/img/favicon.svg")
viper.SetDefault("Web.ViewersCounterRefreshPeriod", 20000)
viper.SetDefault("WebRTC.MinPortUDP", 10000)
viper.SetDefault("WebRTC.MaxPortUDP", 10005)