comparison development.ini @ 8215:928bc1d8b279 default-i18n

Merge from default
author Mads Kiilerich <mads@kiilerich.com>
date Thu, 06 Feb 2020 01:19:23 +0100
parents aa6f17a53b49
children 08c0326e9127
comparison
equal deleted inserted replaced
8214:460e7d2d1b38 8215:928bc1d8b279
124 ## after '#!' (shebang). When empty or not defined, the value of 124 ## after '#!' (shebang). When empty or not defined, the value of
125 ## 'sys.executable' at the time of installation of the git hooks is 125 ## 'sys.executable' at the time of installation of the git hooks is
126 ## used, which is correct in many cases but for example not when using uwsgi. 126 ## used, which is correct in many cases but for example not when using uwsgi.
127 ## If you change this setting, you should reinstall the Git hooks via 127 ## If you change this setting, you should reinstall the Git hooks via
128 ## Admin > Settings > Remap and Rescan. 128 ## Admin > Settings > Remap and Rescan.
129 # git_hook_interpreter = /srv/kallithea/venv/bin/python2 129 # git_hook_interpreter = /srv/kallithea/venv/bin/python3
130 130
131 ## path to git executable 131 ## path to git executable
132 git_path = git 132 git_path = git
133 133
134 ## git rev filter option, --all is the default filter, if you need to 134 ## git rev filter option, --all is the default filter, if you need to