-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathreleasetracker.yml.example
43 lines (35 loc) · 1.11 KB
/
releasetracker.yml.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
43
---
:backends:
- :access_token: 'GitHub Personal Access Token'
:type: :github
# Or use OAuth authentication;
#:client_id: OAuth ClientID
#:client_secret: OAuth ClientSecret
# Or (very not recommended) user login;
#:login: GitHub Username
#:password: GitHub Password
- :type: :gitlab
# For tracking non-public data or users (stars)
:instances:
'gitlab.com':
:token: 'Personal Access Token for gitlab.com'
'gitlab.example.com'
:token: 'Personal Access Token for gitlab.example.com'
- :type: :gitea
# For tracking non-public data or users (stars)
:instances:
'gitea.example.com':
:token: 'Personal Access Token for gitea.example.com'
- :type: :git
:client:
:hs_url: https://matrix.example.com
:access_token: Bot account access_token
# Any other MatrixSdk parameters can also be set;
#:device_id: Some descriptive device id
#:read_timeout: 600
#:transaction_id: 9001
:database: {}
# You can also specify the connection string
#:connection_string: sqlite://database.db
#:connection_string: postgres://user:[email protected]/releasetracker
#:debug: false