mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 09:43:03 +00:00
added a global config file for web app
made pkgsubmit reference the global config file
This commit is contained in:
parent
34be5e29be
commit
8d2dfcb248
2 changed files with 7 additions and 6 deletions
6
web/lib/config.inc.proto
Normal file
6
web/lib/config.inc.proto
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
# Configuration of directories where things live
|
||||
$UPLOAD_DIR = "/aur/temp/";
|
||||
$INCOMING_DIR = "/aur/incoming/";
|
||||
$URL_DIR = "/packages/";
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue