Update to be compatible with current version of Bitbucket API
This commit is contained in:
parent
146948ca4f
commit
bedb61aed6
2 changed files with 14 additions and 10 deletions
4
props.py
4
props.py
|
|
@ -1,5 +1,5 @@
|
|||
BitBucketURL='https://bitbucket.example.com'
|
||||
authTokenBB='bitbucket auth token'
|
||||
BitbucketURL='https://api.bitbucket.org'
|
||||
BitbucketWorkspace='your-workspace'
|
||||
GiteaURL='https://gitea.example.com'
|
||||
authTokenGitea='gitea auth token'
|
||||
migrationUsername='user@example.com'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue