forked from Trigex/Vidbytez
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.example.json
More file actions
45 lines (45 loc) · 1.16 KB
/
Copy pathconfig.example.json
File metadata and controls
45 lines (45 loc) · 1.16 KB
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
34
35
36
37
38
39
40
41
42
43
44
45
{
"app": {
"build": {
"version": 1.0,
"year": 2018
},
"server": {
"port": 8040
},
"session": {
"secret": "secret",
"expires": "253402300000000"
},
"captcha": {
"enabled": false,
"sitekey": "",
"secret": ""
},
"database": {
"host": "127.0.0.1",
"port": "27017",
"database": "vidbytez"
},
"videos": {
"qualities": ["480x360", "640x480"],
"max_file_size": 134217728,
"max_length": 300,
"framerate": 29.9,
"video_bitrate": "152k",
"audio_bitrate": "152k",
"file_types": ["mkv", "mp4", "mov", "avi", "3gp", "wmv", "m4v", "webm"]
},
"signup": {
"disabled": true
}
},
"metadata": {
"title": "Vidbytez",
"author": "Trigex",
"description": "Vidlii but open source",
"url": "http://localhost:8040/",
"keywords": "video, sharing, camera, upload, social, friends",
"tagline": "Go fuck yourself"
}
}