mirror of
https://github.com/LAX18/gitea.git
synced 2026-06-03 22:17:49 -09:00
2f9564f993
The minimum key size defaults weren't set as suggested in app.ini.sample so if you enabled MINIMUM_KEY_SIZE_CHECK it would always fail since there would be no matching values to check against. This pr adds the default values that should have been there. Should fix #9465