20 lines
534 B
JSON
20 lines
534 B
JSON
{
|
|
"artifactsRepo": "artifacts",
|
|
"authSecret": "change me",
|
|
"debug": true,
|
|
"users": [
|
|
{ "name": "bob@builder.com", "hashedPwd": "testvalue" },
|
|
{ "name": "sam@sousa.com", "hashedPwd": "testvalue" }
|
|
],
|
|
"pwdCost": 11,
|
|
"projects": [
|
|
{ "name": "test-project-1",
|
|
"repo": "/non-existent/dir",
|
|
"cfgFilePath": "strawhat.json",
|
|
"defaultBranch": "deploy",
|
|
"envVars": { "VAR1": "value" }
|
|
},
|
|
{ "name": "test-strawboss",
|
|
"repo": "https://git.jdb-labs.com:jdb/test-strawboss.git" } ]
|
|
}
|