aurweb/web/lib/config.inc.proto

8 lines
175 B
Protocol Buffer

<?php
# Configuration of directories where things live
$UPLOAD_DIR = "/aur/temp/";
$INCOMING_DIR = "/aur/incoming/";
$URL_DIR = "/packages/";
# vim: ts=2 sw=2 noet ft=php
?>