From c6f3234b15bdbd2de3dda10c9941b36ed147fb76 Mon Sep 17 00:00:00 2001 From: ben Date: Fri, 15 Feb 2008 13:46:08 +0000 Subject: Adding more plugin-related fun git-svn-id: https://code.elgg.org/elgg/trunk@41 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/settings.example.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'engine/settings.example.php') diff --git a/engine/settings.example.php b/engine/settings.example.php index 7c8b5019f..e45284685 100644 --- a/engine/settings.example.php +++ b/engine/settings.example.php @@ -33,6 +33,11 @@ // Database server // (For most configurations, you can leave this as 'localhost') $CONFIG->dbhost = "localhost"; + + // Database table prefix + // If you're sharing a database with other applications, you will want to use this + // to differentiate Elgg's tables. + $CONFIG->dbprefix = "elgg"; /* * Multiple database connections -- cgit v1.2.3