1
0
mirror of https://gitlab.crans.org/nounous/ghostream.git synced 2025-06-28 07:42:34 +02:00

Config on legal mentions

This commit is contained in:
Yohann D'ANELLO
2020-11-12 01:34:02 +01:00
parent 7e4adb475a
commit 91b7f3d789
4 changed files with 37 additions and 12 deletions

View File

@ -82,6 +82,11 @@ func New() *Config {
MapDomainToStream: make(map[string]string),
PlayerPoster: "/static/img/no_stream.svg",
ViewersCounterRefreshPeriod: 20000,
LegalMentionsEntity: "l'association Crans",
LegalMentionsAddress: "61 Avenue du Président Wilson, 94235 Cachan Cedex, France",
LegalMentionsFullAddress: []string{"Association Cr@ns - ENS Paris-Saclay",
"Notification de Contenus Illicites", "4, avenue des Sciences", "91190 Gif-sur-Yvette", "France"},
LegalMentionsEmail: "bureau[at]crans.org",
},
WebRTC: webrtc.Options{
Enabled: false,