gitprep / gitprep.conf /
Newer Older
34 lines | 0.891kb
improved config description
Yuki Kimoto authored on 2013-06-03
1
;;; GitPrep configuration file
2

            
update Mojolicious and added...
Yuki Kimoto authored on 2013-03-20
3
[basic]
improved config description
Yuki Kimoto authored on 2013-06-03
4
;;; SSH port (default: 22)
5
;;; This value is used by ssh git repository URL.
update Mojolicious and added...
Yuki Kimoto authored on 2013-03-20
6
;ssh_port=55555
7

            
fixed git_bin not found bug
Yuki Kimoto authored on 2013-03-31
8
;;; Git command path
improved config description
Yuki Kimoto authored on 2013-06-03
9
;;; By default, git command path is automatically detected
10
;;; from PATH enviroment variable or /usr/bin/git or /usr/local/bin/git
fixed git_bin not found bug
Yuki Kimoto authored on 2013-03-31
11
;git_bin=/usr/local/bin/git
12

            
improved config description
Yuki Kimoto authored on 2013-06-03
13
;;; Tags limit (default:1000)
improved tag page design
Yuki Kimoto authored on 2013-05-01
14
;tags_limit=1000
15

            
improved password encrypt sy...
Yuki Kimoto authored on 2013-04-09
16
[admin]
17
;;; If you forget admin password,
18
;;; set this value to 1 and access /reset-password page.
19
;;; Forget to comment out after resetting password.
20
;reset_password=1
fixed git_bin not found bug
Yuki Kimoto authored on 2013-03-31
21

            
cleanup
Yuki Kimoto authored on 2013-05-14
22
[hypnotoad]
improved config description
Yuki Kimoto authored on 2013-06-03
23
;;; Listen URL (default: http://*:10020)
cleanup
Yuki Kimoto authored on 2013-05-14
24
;listen=http://*:10020
25

            
added reverse proxy path_dep...
Yuki Kimoto authored on 2013-04-22
26
[reverse_proxy]
improved config description
Yuki Kimoto authored on 2013-06-03
27
;;; Reverse proxy support (default: 0)
added reverse proxy path_dep...
Yuki Kimoto authored on 2013-04-22
28
;on=1
29

            
improved config description
Yuki Kimoto authored on 2013-06-03
30
;;; Reverse proxy path depth (default: none)
added reverse proxy path_dep...
Yuki Kimoto authored on 2013-04-22
31
;;; If proxy path is http://somehost.com/foo, you set path_depth to 1.
32
;;; If proxy path is http://somehost.com/foo/bar, you set path_depth to 2.
33
;path_depth=1
34
;path_depth=2