mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
added necessary things to config.inc.proto
This commit is contained in:
parent
514314da58
commit
1c4d6432ba
1 changed files with 9 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue