diff options
Diffstat (limited to 'custom')
-rw-r--r-- | custom/conf/app.ini.sample | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/custom/conf/app.ini.sample b/custom/conf/app.ini.sample index a2842c56b4..82ffd2d785 100644 --- a/custom/conf/app.ini.sample +++ b/custom/conf/app.ini.sample @@ -116,6 +116,8 @@ DEFAULT_THEME = gitea THEMES = gitea,arc-green ; Whether the full name of the users should be shown where possible. If the full name isn't set, the username will be used. DEFAULT_SHOW_FULL_NAME = false +; Whether to search within description at repository search on explore page. +SEARCH_REPO_DESCRIPTION = true [ui.admin] ; Number of users that are displayed on one page |