1 Star 0 Fork 24

Ankit Udiniyan / Gigrator

forked from K8sCat / Gigrator 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
settings_example.py 1.05 KB
一键复制 编辑 原始数据 按行查看 历史
Ankit Udiniyan 提交于 2021-01-25 16:37 . update settings_example.py.
# GitHub configuration
GITHUB = {
'type': 'github',
'username': 'your_username',
'token': 'your_token',
'url' : '' # Don't need to fill in
}
# Gitee
GITEE = {
'type': 'gitee',
'username': 'your_username',
'token': 'your_token',
'url' : '' # Don't need to fill in
}
# GitLab
GITLAB = {
'type': 'gitlab',
'username': 'your_username',
'token': 'your_token',
'url' : 'https : //git.your_domain.com' # Git server address
}
# Gitea / Gogs,
GITEA_OR_GOGS = {
'type' : 'gitea' , # Both Gitea and Gogs fill in gitea
'username': 'your_username',
'token': 'your_token',
'url' : 'https : //git.your_domain.com' # Git server address
}
# Coding
CODING = {
'type' : 'coding' , # Both Gitea and Gogs fill in gitea
'username' : 'your_username' , # username is the secondary domain name of the Coding address, for example, my Coding address is https://hsowan.coding.net, hsowan is my username
'token': 'your_token',
'url' : 'https : //git.your_domain.com' # Git server address
}
Python
1
https://gitee.com/ankit20sep/Gigrator.git
git@gitee.com:ankit20sep/Gigrator.git
ankit20sep
Gigrator
Gigrator
master

搜索帮助