-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathtg.conf.example
42 lines (39 loc) · 1.23 KB
/
tg.conf.example
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
teams:
- name: main team
collection: frontend-repos
configuration: slow-render
video: default
members:
- name: Tamas
aliases: [ktamas77, Tamas Kalman, [email protected]]
- name: John
aliases: [john123, John Doe, [email protected]]
excluded: [automated-script, garbage-collector]
- name: team2
collection: backend-repos
configuration: fast-render
video: default
members:
- name: Smith
aliases: [smith123, Smith, [email protected]]
collections:
- name: frontend-repos
organization: betacorp
repos:
- name: frontend-website
- name: logger
- name: monitoring
- name: backend-repos
organization: unicorp
repos:
- name: logservice
- name: userservice
- name: microservice
configurations:
- name: slow-render
config: -s 0.001 --highlight-users --highlight-dirs --hide-filenames --camera-mode overview -key --padding 1.28 --user-scale 2.0 --date-format "%Y.%m.%d" --font-size 24 --dir-name-depth 1
- name: fast-render
config: gource -s 0.3 --highlight-users
video:
- name: default
config: ffmpeg -y -r 60 -f image2pipe -vcodec ppm -vcodec libx264 -preset ultrafast -pix_fmt yuv420p -crf 1 -threads 0 -bf 0