diff options
author | techknowlogick <hello@techknowlogick.com> | 2018-11-04 21:21:56 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-04 21:21:56 -0500 |
commit | 92fb89f6e1a10d8431de536823a0680af417a04f (patch) | |
tree | 397a95df245e40df4790a3a796a08588b630b036 /custom | |
parent | 0fd56a71e42be5b42ea9656de7a5daade26ad057 (diff) | |
download | gitea-92fb89f6e1a10d8431de536823a0680af417a04f.tar.gz gitea-92fb89f6e1a10d8431de536823a0680af417a04f.zip |
Clean up docs (#5274)
* make docs more clear
* make docs more clear
* Add analytics
* Update customizing-gitea.en-us.md
* Update app.ini.sample
Diffstat (limited to 'custom')
-rw-r--r-- | custom/conf/app.ini.sample | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/custom/conf/app.ini.sample b/custom/conf/app.ini.sample index a5925b48da..9e2b0b6958 100644 --- a/custom/conf/app.ini.sample +++ b/custom/conf/app.ini.sample @@ -265,9 +265,9 @@ COOKIE_REMEMBER_NAME = gitea_incredible REVERSE_PROXY_AUTHENTICATION_USER = X-WEBAUTH-USER ; The minimum password length for new Users MIN_PASSWORD_LENGTH = 6 -; True when users are allowed to import local server paths +; Set to true to allow users to import local server paths IMPORT_LOCAL_PATHS = false -; Prevent all users (including admin) from creating custom git hooks +; Set to true to prevent all users (including admin) from creating custom git hooks DISABLE_GIT_HOOKS = false [openid] |