mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
change: add mkpkglists options to config.dev
Here, we default to using root as the storage directory. Primarily because it makes sense in Docker; config.dev can always be fixed up by developers to reflect local system changes. Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
parent
464540c9a9
commit
b8d7619dbc
1 changed files with 5 additions and 0 deletions
|
@ -65,3 +65,8 @@ session_secret = secret
|
|||
|
||||
[devel]
|
||||
;commit_hash = 1234567
|
||||
|
||||
[mkpkglists]
|
||||
packagesfile = /packages.gz
|
||||
pkgbasefile = /pkgbase.gz
|
||||
userfile = /users.gz
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue