forked from timvideos/streaming-system
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
33 lines (31 loc) · 1.15 KB
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
// Configuration file for application.
// See config.private.json for private values.
// vim: set ts=8 sw=8 et sts=8 ai ft=javascript:
{
"config": {
"secret": "move me to config.private.json",
"localips": [
"^127\\.",
"^66\\.78\\.236\\.243",
""
],
"reload" : 600,
"": ""
},
"default": {
"channel": "#timvideos",
"irclog": "http://logs.timvideos.us/%23timvideos/preview.log.html",
"preview": "http://preview.timvideos.us/%23timvideos/latest.png",
"twitter_announce": "@timvideosus",
"twitter": "@timvideosus OR #timvideos OR #timvideosus",
"logo": "/static/logo/timvideos.png",
"link": "https://us.pycon.org/2012/schedule/",
"title": "Unknown stream",
"justintv_user": false,
"flumotion-mixer": false,
"flumotion-encoder": false,
"flumotion-collector": false,
"": ""
},
"": {}
}