mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
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:
parent
0d35bd577a
commit
4b109cacc1
1 changed files with 2 additions and 2 deletions
|
@ -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 );
|
||||||
|
|
Loading…
Add table
Reference in a new issue