strawboss/strawboss.config.json
2017-11-25 19:38:18 -06:00

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" } ]
}