aurweb/web/lib/config.inc.proto
pjmattal 8d2dfcb248 added a global config file for web app
made pkgsubmit reference the global config file
2005-01-24 04:15:23 +00:00

6 lines
145 B
Protocol Buffer

<?php
# Configuration of directories where things live
$UPLOAD_DIR = "/aur/temp/";
$INCOMING_DIR = "/aur/incoming/";
$URL_DIR = "/packages/";
?>