added necessary things to config.inc.proto

This commit is contained in:
pjmattal 2005-04-14 02:26:45 +00:00
parent 514314da58
commit 1c4d6432ba

View file

@ -1,7 +1,14 @@
<?php <?php
# NOTE: modify these variables if your MySQL setup is different
#
$AUR_db_host = "localhost:/tmp/mysql.sock";
$AUR_db_name = "aur";
$AUR_db_user = "aur";
$AUR_db_pass = "aur";
# Configuration of directories where things live # Configuration of directories where things live
$UPLOAD_DIR = "/aur/temp/"; $UPLOAD_DIR = "/home/aur/unsupported-temp/";
$INCOMING_DIR = "/aur/incoming/"; $INCOMING_DIR = "/home/aur/unsupported/";
$URL_DIR = "/packages/"; $URL_DIR = "/packages/";
# vim: ts=2 sw=2 noet ft=php # vim: ts=2 sw=2 noet ft=php