21 lines
551 B
JSON
21 lines
551 B
JSON
{
|
|
"artifactsRepo": "artifacts",
|
|
"authSecret": "change me",
|
|
"debug": true,
|
|
"users": [
|
|
{ "name": "bob@builder.com", "hashedPwd": "$2a$11$lVZ9U4optQMhzPh0E9A7Yu6XndXblUF3gCa.zmEvJy4F.4C4718b." },
|
|
{ "name": "sam@sousa.com", "hashedPwd": "testvalue" }
|
|
],
|
|
"port": 8180,
|
|
"pwdCost": 11,
|
|
"projects": [
|
|
{ "name": "dummy-project",
|
|
"repo": "/non-existent/dir",
|
|
"cfgFilePath": "strawhat.json",
|
|
"defaultBranch": "deploy",
|
|
"envVars": { "VAR1": "value" }
|
|
},
|
|
{ "name": "test-project",
|
|
"repo": "" } ]
|
|
}
|