webdist/main.json.example

14 lines
517 B
Plaintext
Raw Normal View History

{
"WEBDIST_CONFIG": {
"white_origins": ["http://buildvm01:5000", "http://localhost:3000"],
"repos": {
"devel": { "dbname": "devel", "path": "/var/webbuild/db/" },
"devel-makedist": { "dbname": "devel-makedist", "path": "/var/webbuild/db/" },
"devel-autodist": { "dbname": "devel-autodist", "path": "/var/webbuild/db/" }
},
"buttons": {
"sample_button": { "text":"This is a sample button", "script": "/usr/bin/ls" }
}
}
}