-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpython-gitlab.cfg
40 lines (30 loc) · 911 Bytes
/
python-gitlab.cfg
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
[global]
default = gitlabee
ssl_verify = false
timeout = 1008
[gitlab]
url = https://gitlab.com
private_token = [HERE_GOES_YOUR_TOKEN]
api_version = 4
[programconfig]
DEBUG_LEVEL = INFO
CI_FILE_PATH = .gitlab-ci-test.yml
BRANCH_NAME = Desarrollo-CI
####################################################
# #
# Types availables = ["individual","group","file"] #
# #
####################################################
TYPE_UPDATE = individual
#################################
# When type_update = individual #
#################################
PROJECT_NUMBER = 1020
#################################
# When type_update = group #
#################################
GROUPS_ID = [10,11]
#################################
# When type_update = file #
#################################
FILE = db.json