Add note about disabling git hooks in app.ini (#152)

This commit is contained in:
techknowlogick 2017-09-17 02:58:38 -04:00 коммит произвёл Lauris BH
Родитель 144f0e449d
Коммит b22ee727c7
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -101,6 +101,7 @@ Values containing `#` or `;` must be quoted using `` ` `` or `"""`.
- `COOKIE_USERNAME`: Name of the cookie that saves username.
- `COOKIE_REMEMBER_NAME`: Name of cookie that saves auto-login information.
- `REVERSE_PROXY_AUTHENTICATION_USER`: Header name for reverse proxy authentication username.
- `DISABLE_GIT_HOOKS`: Prevent all users (including admin) from creating custom git hooks (defaults to false)
## OpenID (`openid`)