15 lines
369 B
JSON
15 lines
369 B
JSON
{
|
|
"buildDataDir": "build-data",
|
|
"debug": true,
|
|
"users": [],
|
|
"authSecret": "change me",
|
|
"pwdCost": 11,
|
|
"maintenancePeriod": 5000,
|
|
"logLevel": "info",
|
|
"projects": [
|
|
{ "name": "new-life-intro-band",
|
|
"repo": "/home/jdb/projects/new-life-introductory-band" },
|
|
{ "name": "test-strawboss",
|
|
"repo": "/home/jdb/projects/test-strawboss" } ]
|
|
}
|