mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-29 18:00:51 +01:00
feat: added modules
This commit is contained in:
10
vcs/test/credentials.example.json
Normal file
10
vcs/test/credentials.example.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user