blob: a85cafa4b49d85b2a1a3585cddddfb33c5239f1f (
plain) (
blame)
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
|
[general]
targets = my_github
inline_links = False
annotation_comments = True
shorten = True
[my_gmail]
service = gmail
gmail.query = label:STARRED OR label:readme
gmail.login_name = matthew.lemon@gmail.com
gmail.project_template = Gmail
gmail.description_template = (email){{gmaillastsender}}: {{gmailsubject}}
[my_github]
service = github
github.login = yulqen
github.token = 435e145c4daa2c43cdaa2c608417b4be7a56b7c0
github.username = yulqen
github.include_user_repos = bcompiler-engine,ctrack,datamaps
github.exclude_repos = bcompiler,dbasik
github.default_priority = L
github.add_tags = code
github.project_template = code.{{githubrepo}}
[my_gitlab]
service = gitlab
gitlab.default_priority = L
gitlab.login = mrlemon
gitlab.token = J4uD5RjYJSDWNJT7J3qZ
gitlab.host = gitlab.com
gitlab.add_tags = aphids
[my_bitbucket]
service = bitbucket
bitbucket.username = mrlemon
bitbucket.default_priority = L
bitbucket.login = mrlemon
#bitbucket.key = 79aSuwZ7xJZ83jTCtR
#bitbucket.secret = zH8bVmpADYmxvYPCEHhLfCFP7EzcyuDh
bitbucket.include_repos = bcompiler
bitbucket.password = chunkyday687
|