Files
crawlab/vcs/test/credentials.example.json
2024-06-14 16:37:48 +08:00

10 lines
298 B
JSON

{
"username": "changeit",
"password": "changeit",
"test_repo_http_url": "https://gitee.com/tikazyq/test-repo",
"ssh_username": "git",
"ssh_password": "",
"test_repo_ssh_url": "git@gitee.com:tikazyq/test-repo.git",
"private_key": "changeit",
"private_key_path": "/root/.ssh/id_rsa"
}