config.json 308 B

123456789101112131415
  1. {
  2. "virtual-env":{
  3. "class":"Sandbox",
  4. "config":{
  5. "3-launchpad":{"requirements":"/Users/steve/Documents/git/repair-file/required.txt","sandbox":"/Users/steve/Documents/git/sandbox"}
  6. }
  7. },
  8. "processes":{
  9. "class":"DetailProcess",
  10. "config":{
  11. "system":["postgresql","couchdb","httpd"]
  12. }
  13. }
  14. }