13 lines
306 B
Text
13 lines
306 B
Text
|
|
# 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
|