diff options
Diffstat (limited to 'web/lib/config.inc.proto')
-rw-r--r-- | web/lib/config.inc.proto | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/lib/config.inc.proto b/web/lib/config.inc.proto index a6ef59e..c7a1f3c 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 ); |