]> git.pld-linux.org Git - packages/python-gitlab.git/blob - config.cfg
add sample config
[packages/python-gitlab.git] / config.cfg
1 # http://python-gitlab.readthedocs.io/en/stable/cli.html
2
3 [global]
4 default = somewhere
5 ssl_verify = true
6 timeout = 5
7
8 [somewhere]
9 url = https://some.whe.re
10 private_token = vTbFeqJYCY3sibBP7BZM
11
12 [elsewhere]
13 url = http://else.whe.re:8080
14 private_token = CkqsjqcQSFH5FQKDccu4
15 timeout = 1
16
This page took 0.113485 seconds and 3 git commands to generate.