From c8d7ae1ee33e31ed15632a26c74ba9a3ea115043 Mon Sep 17 00:00:00 2001 From: zeripath Date: Wed, 22 Jan 2020 23:46:46 +0000 Subject: Make archive prefixing configurable with a global setting (#9943) * Allow archive prefix setting * Update copyright * Update copyright --- custom/conf/app.ini.sample | 2 ++ 1 file changed, 2 insertions(+) (limited to 'custom') diff --git a/custom/conf/app.ini.sample b/custom/conf/app.ini.sample index f0829f37b3..b0aafb8b31 100644 --- a/custom/conf/app.ini.sample +++ b/custom/conf/app.ini.sample @@ -49,6 +49,8 @@ DISABLED_REPO_UNITS = ; External wiki and issue tracker can't be enabled by default as it requires additional settings. ; Disabled repo units will not be added to new repositories regardless if it is in the default list. DEFAULT_REPO_UNITS = repo.code,repo.releases,repo.issues,repo.pulls,repo.wiki +; Prefix archive files by placing them in a directory named after the repository +PREFIX_ARCHIVE_FILES = true [repository.editor] ; List of file extensions for which lines should be wrapped in the CodeMirror editor -- cgit v1.2.3