14 lines
272 B
JSON
14 lines
272 B
JSON
{
|
|
"defaultProfile": "dev-main",
|
|
"profiles": {
|
|
"dev-main": {
|
|
"userCode": "your-user-code",
|
|
"password": "your-encrypted-password"
|
|
},
|
|
"qa-backup": {
|
|
"userCode": "another-user-code",
|
|
"password": "another-encrypted-password"
|
|
}
|
|
}
|
|
}
|