summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-rw-r--r--web/lib/config.inc.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/lib/config.inc.proto b/web/lib/config.inc.proto
index d25cd8dd..a6ef59e0 100644
--- a/web/lib/config.inc.proto
+++ b/web/lib/config.inc.proto
@@ -1,7 +1,7 @@
<?php
# NOTE: modify these variables if your MySQL setup is different
#
-define( "AUR_db_host", "localhost:/tmp/mysql.sock" );
+define( "AUR_db_host", "localhost:/var/run/mysqld/mysqld.sock" );
define( "AUR_db_name", "AUR" );
define( "AUR_db_user", "aur" );
define( "AUR_db_pass", "aur" );