gitprep / gitprep.conf /
ef73027 10 years ago
1 contributor
34 lines | 0.891kb
;;; GitPrep configuration file

[basic]
;;; SSH port (default: 22)
;;; This value is used by ssh git repository URL.
;ssh_port=55555

;;; Git command path
;;; By default, git command path is automatically detected
;;; from PATH enviroment variable or /usr/bin/git or /usr/local/bin/git
;git_bin=/usr/local/bin/git

;;; Tags limit (default:1000)
;tags_limit=1000

[admin]
;;; If you forget admin password,
;;; set this value to 1 and access /reset-password page.
;;; Forget to comment out after resetting password.
;reset_password=1

[hypnotoad]
;;; Listen URL (default: http://*:10020)
;listen=http://*:10020

[reverse_proxy]
;;; Reverse proxy support (default: 0)
;on=1

;;; Reverse proxy path depth (default: none)
;;; If proxy path is http://somehost.com/foo, you set path_depth to 1.
;;; If proxy path is http://somehost.com/foo/bar, you set path_depth to 2.
;path_depth=1
;path_depth=2