Initial commit
This commit is contained in:
commit
309b240cdc
12 changed files with 738 additions and 0 deletions
13
.env.example
Normal file
13
.env.example
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# Azure DevOps Configuration
|
||||
AZURE_ORG=your-organization
|
||||
AZURE_PAT=your-personal-access-token
|
||||
|
||||
# Forgejo Configuration
|
||||
FORGEJO_URL=https://git.yourdomain.com
|
||||
FORGEJO_TOKEN=your-forgejo-token
|
||||
FORGEJO_OWNER=target-username-or-org
|
||||
|
||||
# Migration Settings
|
||||
MIRROR_INTERVAL=8h
|
||||
CONCURRENT_MIGRATIONS=3
|
||||
DRY_RUN=false
|
||||
Loading…
Add table
Add a link
Reference in a new issue