summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--web/lib/config.inc.proto4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/lib/config.inc.proto b/web/lib/config.inc.proto
index a6ef59e0..c7a1f3c0 100644
--- a/web/lib/config.inc.proto
+++ b/web/lib/config.inc.proto
@@ -7,8 +7,8 @@ define( "AUR_db_user", "aur" );
define( "AUR_db_pass", "aur" );
# Configuration of directories where things live
-define( "UPLOAD_DIR", "/home/aur/unsupported-temp/" );
-define( "INCOMING_DIR", "/home/aur/unsupported/" );
+define( "UPLOAD_DIR", "/srv/aur/unsupported-temp/" );
+define( "INCOMING_DIR", "/srv/aur/unsupported/" );
define( "URL_DIR", "/packages/" );
define( "USERNAME_MIN_LEN", 3 );