mirror of
https://github.com/go-gitea/gitea.git
synced 2024-05-11 05:55:29 +00:00
8e20daaede
* Clarify documentation of SKIP_VERIFY The documentation clearly documents the empty value as the default, however at least one user reported this as being unclear. Mark values explicitly so it is clear what values it can take. This clarifies that an empty value in fact leaves certificate verification enabled, whereas it has to be explicitly set to true to disable certificate verification. Resolves: #12117 Signed-off-by: Alexander Scheel <[email protected]> * Update docs/content/doc/advanced/config-cheat-sheet.en-us.md Co-authored-by: mrsdizzie <[email protected]> * Update custom/conf/app.example.ini Co-authored-by: mrsdizzie <[email protected]> * Update custom/conf/app.example.ini Co-authored-by: mrsdizzie <[email protected]> Co-authored-by: mrsdizzie <[email protected]> Co-authored-by: techknowlogick <[email protected]>