diff options
author | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-02-15 13:46:08 +0000 |
---|---|---|
committer | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-02-15 13:46:08 +0000 |
commit | c6f3234b15bdbd2de3dda10c9941b36ed147fb76 (patch) | |
tree | 601a29ca7fc5792feb68469b4fff80388d7eeec8 /engine/settings.example.php | |
parent | d5b835cbf12253bdbb3ce2c89f97e921e06ad1f2 (diff) | |
download | elgg-c6f3234b15bdbd2de3dda10c9941b36ed147fb76.tar.gz elgg-c6f3234b15bdbd2de3dda10c9941b36ed147fb76.tar.bz2 |
Adding more plugin-related fun
git-svn-id: https://code.elgg.org/elgg/trunk@41 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/settings.example.php')
-rw-r--r-- | engine/settings.example.php | 5 |
1 files changed, 5 insertions, 0 deletions
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
|