migrate_issue/config/config.py

11 lines
149 B
Python

source_host = "https://xxx"
source_project = "xxxx/xxxx"
target_host = "https://xxx"
target_project = "xxxx/xxx"
user = "xxxxx"
pwd = "12345678"