gitprep / xt / test.conf /
bf01392 11 years ago
1 contributor
15 lines | 0.253kb
{
  // Search directory
  "search_dirs" : ["/git/pub", "/home"],
  
  // Serach max depth
  "search_max_depth" : 15,
  
  // Git command
  "git_bin" : "/usr/local/bin/git",
  
  // Server config
  "hypnotoad" : {
    "listen" : ["http://*:10010"]
  }
}