mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Make all references to AUR database consistent
Signed-off-by: Loui Chang <louipc.ist@gmail.com> Signed-off-by: Simo Leone <simo@archlinux.org>
This commit is contained in:
parent
e0582fd0e2
commit
3577326b2b
3 changed files with 8 additions and 8 deletions
|
@ -2,7 +2,7 @@
|
|||
# NOTE: modify these variables if your MySQL setup is different
|
||||
#
|
||||
define( "AUR_db_host", "localhost:/tmp/mysql.sock" );
|
||||
define( "AUR_db_name", "aur" );
|
||||
define( "AUR_db_name", "AUR" );
|
||||
define( "AUR_db_user", "aur" );
|
||||
define( "AUR_db_pass", "aur" );
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue