gitprep / gitweblite.conf.example /
Newer Older
30 lines | 0.566kb
copy gitweblite soruce code
root authored on 2012-11-23
1
{
2
  // Encoding
3
  // "encoding" : "UTF-8",
4
  
5
  // Git command
6
  // "git_bin" : "/usr/local/bin/git",
7

            
8
  // Server config
9
  // "hypnotoad" : {
10
  //   "listen" : ["http://*:10010"]
11
  // },
12
  
13
  // Logo link
14
  // "logo_link" : "https://github.com/yuki-kimoto/gitweblite",
15
  
16
  // Prevent XSS atack
17
  // "prevent_xss" : 0,
18

            
19
  // Search directory
20
  // "search_dirs" : ["/git/pub", "/home"],
21
  
22
  // Serach max depth
23
  // "search_max_depth" : 10,
24
  
25
  // Text extensions
26
  // "text_exts" : ["txt"],
27

            
28
  // No mean key-value for allow last conmma
29
  "no_mean" : "no_mean"
30
}