config.inc.proto: Change default paths to a more logical place.

Signed-off-by: Loui Chang <louipc.ist@gmail.com>
This commit is contained in:
Loui Chang 2009-12-26 14:27:38 -05:00
parent 0d35bd577a
commit 4b109cacc1

View file

@ -7,8 +7,8 @@ define( "AUR_db_user", "aur" );
define( "AUR_db_pass", "aur" ); define( "AUR_db_pass", "aur" );
# Configuration of directories where things live # Configuration of directories where things live
define( "UPLOAD_DIR", "/home/aur/unsupported-temp/" ); define( "UPLOAD_DIR", "/srv/aur/unsupported-temp/" );
define( "INCOMING_DIR", "/home/aur/unsupported/" ); define( "INCOMING_DIR", "/srv/aur/unsupported/" );
define( "URL_DIR", "/packages/" ); define( "URL_DIR", "/packages/" );
define( "USERNAME_MIN_LEN", 3 ); define( "USERNAME_MIN_LEN", 3 );